Konqueror and SVG (CSS+JS)
Jeff Schiller
codedread at gmail.com
Sat Sep 15 05:40:44 BST 2007
I have a Konqueror/KSVG question.
I use SVG on my website for a navigation menu
(http://www.codedread.com/). I recently updated my menu to use CSS
and some JS to clean up the SVG markup. The SVG now works in IE+ASV,
Firefox, Opera, and Safari 3. However, the menu is broken in
Konqueror.
Old menu: http://www.codedread.com/svgnav-1.2.svg (works and displays
nearly perfect in Konq 3.5.5 with KSVG)
New menu: http://www.codedread.com/svgnav.svg (completely broken in Konqueror)
Does Konq/KSVG support CSS styling of SVG?
Why don't the scripts work as expected (using
elem.setAttributeNS(null, "transform", "translate(0,100)") does not
translate the element 100 units down, but transform="translate(0,100)"
in the SVG markup does?
Thanks,
Jeff
More information about the kfm-devel
mailing list