
Security News
Feross on TBPN: Socket's Series C and the State of Software Supply Chain Security
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.
zappem.net/pub/graphics/svger
Advanced tools
Go package for parsing re-rendering svg files. It includes support for Bezier Curve rasterization. See history for where the initial version of the code originated.
The svger package parses SVG files and generates a series of drawing
instructions in order to re-render/manipulate them.
We provide a simple example, the svgoutline program:
$ go run examples/svgoutline.go --src examples/test-board-F_Cu.svg
Automated documentation for the svger package can be found on go.dev.
The package's main purpose is to support transforming multi-group SVG kicad generated SVG metal layers into a flattened outline represenation, suitable for laser cutting on a Snapmaker 2. We'll likely host the set of tools for that in a separate repository to keep the package dependencies of this current package more straightforward.
This package was evolved from a forked version of:
github.com/rustyoz/svg, trimmed of
superflous dependencies and merged with the two independent packages:
github.com/rustyoz/Mtransform
and
github.com/rustyoz/genericlexer.
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.

Security News
OSV withdrew 157 OSV malware reports after automated false positives incorrectly flagged trusted npm and PyPI packages, sending bad records into tools that rely on OSV data.

Research
/Security News
TrapDoor crypto stealer hits 36 malicious packages across npm, PyPI, and Crates.io, targeting crypto, DeFi, AI, and security developers.