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:
parent
e174bb26bd
commit
65ba5128c7
1 changed files with 1 additions and 2 deletions
|
|
@ -243,8 +243,7 @@ public:
|
|||
else
|
||||
path.lineTo (p1);
|
||||
|
||||
last2 = last;
|
||||
last = p1;
|
||||
last2 = last = p1;
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue