nishantBabaria / svg-android

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

Standard color names are not supported #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a SVG in GIMP, which uses standard color names, such as "black".
2. Open the file using the library.
3. Paths with literal colors are not displayed.

What is the expected output? What do you see instead?
Paths with colors specified as literals should be displayed in appropriate 
colors.

What version of the product are you using? On what operating system?
The latest 1.1.

Please provide any additional information below.
Example of a path with literal color: <path id="pid" fill="none" stroke="black" 
stroke-width="3" ...

Original issue reported on code.google.com by mo...@tushino.ru on 29 Apr 2012 at 7:45

GoogleCodeExporter commented 9 years ago
Adds support for color keyword names as defined here: 
http://www.w3.org/TR/SVG/types.html#ColorKeywords

Original comment by TGieseck...@gmail.com on 21 Apr 2013 at 4:37

Attachments: