Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -515,7 +515,7 @@ class PdfGraphics { | @@ -515,7 +515,7 @@ class PdfGraphics { | ||
| 515 | } | 515 | } |
| 516 | 516 | ||
| 517 | void drawShape(String d, {bool stroke = true}) { | 517 | void drawShape(String d, {bool stroke = true}) { |
| 518 | - final proxy = _PathProxy(this, stroke); | 518 | + final _PathProxy proxy = _PathProxy(this, stroke); |
| 519 | writeSvgPathDataToPath(d, proxy); | 519 | writeSvgPathDataToPath(d, proxy); |
| 520 | } | 520 | } |
| 521 | 521 |
-
Please register or login to post a comment