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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image
commit 87fb351
Linux
"1. Create a new sketch and enter the code snippet below.
Put rects.svg attached to data folder.
rects.svg
data
Run, and you'll see ten squares whose corners are not rounded."
PShape shapeRects; void setup() { size(400,300); shapeRects = loadShape("rects.svg"); } void draw() { background(#AABBCC); shape(shapeRects, 40, 50, 320, 200); }
rects.svg is attached:
SVG <rect> element should be parsed following https://www.w3.org/TR/SVG11/shapes.html#RectElement
<rect>
Yes
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Most appropriate sub-area of Processing 4?
Image
Processing version
commit 87fb351
Operating system
Linux
Steps to reproduce this
"1. Create a new sketch and enter the code snippet below.
Put
rects.svg
attached todata
folder.Run, and you'll see ten squares whose corners are not rounded."
snippet
rects.svg
is attached:Additional context
SVG
<rect>
element should be parsed following https://www.w3.org/TR/SVG11/shapes.html#RectElementWould you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered: