Makeblock-official / mDrawBot

mDrawbot is a four-in-one drawing robotic kit, you can assembly into 4 different configuration drawing robots, learn more from Makeblock official website
http://www.makeblock.com
GNU General Public License v3.0
201 stars 149 forks source link

Fix a svg parse issue #60

Open ploenne opened 5 years ago

ploenne commented 5 years ago

Fix a cash issue on certain svg files where the svg path description ends with a capital Z

A trailing 'Z' in the svg path description leads to qt crash, cause of a missing replacement command.