Skip to content

Commit 3b1595f

Browse files
hxrshxzCopilot
andauthored
Update java/libraries/svg/examples/UsingCreateGraphics/UsingCreateGraphics.pde
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bbc3def commit 3b1595f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/libraries/svg/examples/UsingCreateGraphics/UsingCreateGraphics.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ PGraphics svg = createGraphics(300, 300, SVG, "output.svg");
1313
svg.beginDraw();
1414
svg.background(128, 0, 0);
1515
svg.line(50, 50, 250, 250);
16-
svg.dispose();
1716
svg.endDraw();
17+
svg.dispose();

0 commit comments

Comments
 (0)