[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/ksvg/impl
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2001-10-31 22:58:44
[Download RAW message or body]


kdenonbeta/ksvg/impl SVGShapeImpl.cc,1.26,1.27 SVGStylableImpl.cc,1.21,1.22
Author: wildfox
Wed Oct 31 22:58:34 UTC 2001


Modified Files:
         SVGShapeImpl.cc SVGStylableImpl.cc
Log Message:
Fixing logic [radgrad01.svg at least shows up the non-yet-working gradient]

-                       value = attr.item(i).nodeValue().string().lower();
+                       value = attr.item(i).nodeValue().string();

-               value = attr.item(i).nodeValue().string().lower();
+               value = attr.item(i).nodeValue().string();

The name should be .lower()'ed, correct
but NOT the value

the problem with radgrad01.svg was:
We hashed the <radialGradient id="mygradient"...> -> SVGShapeImpl *
but then we tried to look it up in the map with "MyGradient"
-> which failed

works now :)

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic