eth4io / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

Color doesn't handle # anymore #141

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load a point with the a color only style, that starts with a # sign like
in html.
   <Style id="pointStyle2">
      <IconStyle>
          <scale>10</scale>
          <color>#FF00FF00</color>
      </IconStyle>
    </Style>

What is the expected output? What do you see instead?
This works in Google Earth and in libKml 1.0, but no longer works in
version 1.2

What version of the product are you using? On what operating system?
version 1.2 on Windows XP

Did you run the unit test suite that comes with the project? Did all tests
pass?
Yes

Please provide any additional information below.

Original issue reported on code.google.com by tomfil...@gmail.com on 19 Mar 2010 at 4:50

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r812.

Original comment by kml.mash...@gmail.com on 22 Mar 2010 at 6:32