We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
render
It would be nice to be able to use render methods without introducing a cell, just to get the raw polygons. Perhaps something like
r = Rectangle(10µm, 10µm) plgs = render(r, Rectangles.Rounded(2µm))
The text was updated successfully, but these errors were encountered:
On a related note, there could be a render! method that acts on an array of polygons instead of a cell, e.g.
render!
r = Rectangle(10µm, 10µm) plgs = render(r, Rectangles.Rounded(2µm)) render!(plgs, r + Point(20µm, 20µm), Rectangles.Plain())
Sorry, something went wrong.
No branches or pull requests
It would be nice to be able to use render methods without introducing a cell, just to get the raw polygons. Perhaps something like
The text was updated successfully, but these errors were encountered: