We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb10ae3 commit 71703d3Copy full SHA for 71703d3
tools/playground.html
@@ -1566,23 +1566,23 @@
1566
.newline()
1567
.line('Left aligned:')
1568
.align('left')
1569
- .barcode('12345678', 'ean8', 60)
+ .barcode('12345670', 'ean8', 60)
1570
1571
1572
1573
encoder
1574
1575
.line('Centered:')
1576
.align('center')
1577
1578
1579
1580
1581
1582
1583
.line('Right aligned:')
1584
.align('right')
1585
1586
1587
1588
</template>
0 commit comments