Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zappem.net/pub/graphics/svger

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zappem.net/pub/graphics/svger

  • v0.3.0
  • Go
  • Socket score

Version published
Created
Source

svger

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.

Overview

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.

Planned changes

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.

History

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

Package last updated on 29 Jul 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc