1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Small fix to the SVG parser

This commit is contained in:
jules 2017-12-19 17:57:50 +00:00
parent e174bb26bd
commit 65ba5128c7

View file

@ -243,8 +243,7 @@ public:
else
path.lineTo (p1);
last2 = last;
last = p1;
last2 = last = p1;
}
break;