chenbo007 / svg-edit

Automatically exported from code.google.com/p/svg-edit
0 stars 0 forks source link

Poly mode is 'sticky' #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click on the Poly tool
2. Start drawing a point or two in the SvgCanvas
3. Click on the Select tool

What is the expected output? What do you see instead?
Clicking on a new tool while in Poly mode should cancel the poly creation.
 Instead, the poly can still be created and must be finished.

Original issue reported on code.google.com by codedr...@gmail.com on 12 Aug 2009 at 6:59

GoogleCodeExporter commented 9 years ago
Patch to remove the half-drawn poly, basically just by adding more removal 
commands.

Original comment by adeve...@gmail.com on 14 Aug 2009 at 3:44

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r378 via Alexis' patch.  Thanks again, Alexis!

Original comment by codedr...@gmail.com on 14 Aug 2009 at 3:50

GoogleCodeExporter commented 9 years ago

Original comment by codedr...@gmail.com on 20 Aug 2009 at 8:58