Skip to content

Commit

Permalink
Version 4.3 - BWIPP 2024-01-03 with new border/bearer bars rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
metafloor committed Mar 12, 2024
1 parent 86c9485 commit 571ae91
Show file tree
Hide file tree
Showing 33 changed files with 158,742 additions and 156,741 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ or as SVG (all platforms).
## Status

* Current bwip-js version is 4.2.0 (2024-01-02)
* Current BWIPP version is 2023-04-03
* Current bwip-js version is 4.3.0 (2024-03-12)
* Current BWIPP version is 2024-01-03
* Node.js compatibility: 0.12+
* Browser compatibility: Edge, Firefox, Chrome

Expand Down Expand Up @@ -377,7 +377,7 @@ The return value from `toSVG()` is a string containing a fully qualified SVG def
including a `viewBox` attribute that defines the natural width and height of the image, in pixels.

```
<svg version="1.1" viewBox="0 0 242 200" xmlns="http://www.w3.org/2000/svg">
<svg viewBox="0 0 242 200" xmlns="http://www.w3.org/2000/svg">
...
</svg>
```
Expand All @@ -393,7 +393,7 @@ span.style.display = 'inline-block';
span.style.width = width + 'px';
span.style.height = height + 'px';
span.innerHTML = svg;
document.body.addChild(span);
document.body.appendChild(span);
```

The `toSVG()` method links to all BWIPP encoders, so it cannot be used with
Expand Down
Binary file modified barcode.ps
Binary file not shown.
426 changes: 213 additions & 213 deletions bin/bwip-js.js

Large diffs are not rendered by default.

Loading

0 comments on commit 571ae91

Please sign in to comment.