JonazMartinez / explorercanvas

Automatically exported from code.google.com/p/explorercanvas
Apache License 2.0
0 stars 0 forks source link

Fill followed by a stroke does not work #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
According to this message:

http://groups.google.com/group/google-
excanvas/browse_thread/thread/95c565c3a915820e

Creating a shape and then filling it and then stroking it does not work. I 
think this is the way the spec says it should work but we need to at least 
add a test case for this.

Original issue reported on code.google.com by erik.arv...@gmail.com on 25 Feb 2009 at 5:33

GoogleCodeExporter commented 9 years ago
I think it was fixed with this commit:
http://code.google.com/p/explorercanvas/source/detail?r=34

I submitted a patch for it on SourceForge over a year ago, and it appears to be 
gone
from their tracker, so it's probably been taken care for with the above commit. 
:)

I don't know what the spec says but all the other browsers allow both stroking 
and
filling (and if you think about it, it makes sense, why should you have to 
retrace a
complex path if you want to both fill and stroke it?).

The poster is probably using the latest release (002) instead of an SVN 
checkout. I
think you can close the bug.

Original comment by olau%iol...@gtempaccount.com on 21 Mar 2009 at 7:07