[webkit-reviews] review requested: [Bug 14241] SVG <image> with height or width less than 1 fails to render image : [Attachment 15268] Addressing the current issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 27 00:51:01 PDT 2007


Rob Buis <rwlbuis at gmail.com> has asked	for review:
Bug 14241: SVG <image> with height or width less than 1 fails to render image
http://bugs.webkit.org/show_bug.cgi?id=14241

Attachment 15268: Addressing the current issues
http://bugs.webkit.org/attachment.cgi?id=15268&action=edit

------- Additional Comments from Rob Buis <rwlbuis at gmail.com>
This patch keeps around 2 float member vars for svg image width/height to work
around the int based layout system. Note that now the values are determined at
layout time (calcWidth/calcHeight).
Cheers,

Rob.



More information about the webkit-reviews mailing list