+2006-01-26 Eric Seidel <eseidel@apple.com>
+
+ Reviewed by mjs.
+
+ * svg/custom/junk-data-expected.checksum:
+ * svg/custom/junk-data-expected.png:
+ * svg/custom/junk-data-expected.txt:
+ * svg/custom/missing-xlink-expected.checksum:
+ * svg/custom/missing-xlink-expected.png:
+ * svg/custom/missing-xlink-expected.txt:
+ * viewport-no-width-height.svg: Added.
+ * viewport-no-width-height-expected.checksum: Added.
+ * viewport-no-width-height-expected.png: Added.
+ * viewport-no-width-height-expected.txt: Added.
+
2006-01-25 Alexander Kellett <lypanov@kde.org>
Reviewed by eseidel.
-d2be29f5789bd64e3addbf9c88b0ba8a
\ No newline at end of file
+3eaee9f2c172cba5c66d3638fabde0b3
\ No newline at end of file
-layer at (0,0) size 800x600
- RenderCanvas at (0,0) size 800x600
-layer at (0,0) size 800x156
- RenderBlock {HTML} at (0,0) size 800x156
- RenderBody {BODY} at (8,18) size 784x130
- RenderBlock (anonymous) at (0,0) size 784x0
+layer at (0,0) size 785x730
+ RenderCanvas at (0,0) size 785x600
+layer at (0,0) size 785x156
+ RenderBlock {HTML} at (0,0) size 785x156
+ RenderBody {BODY} at (8,18) size 769x130
+ RenderBlock (anonymous) at (0,0) size 769x0
RenderInline {PARSERERROR} at (0,0) size 0x0 [bgcolor=#FFDDDD] [border: (2px solid #CC7777)]
- RenderBlock (anonymous) at (0,0) size 784x94
- RenderBlock {H3} at (0,0) size 784x22
+ RenderBlock (anonymous) at (0,0) size 769x94
+ RenderBlock {H3} at (0,0) size 769x22
RenderText {TEXT} at (0,0) size 324x22
text run at (0,0) width 324: "This page contains the following errors:"
- RenderBlock {DIV} at (0,40) size 784x14
+ RenderBlock {DIV} at (0,40) size 769x14
RenderText {TEXT} at (0,0) size 420x14
text run at (0,0) width 420: "error on line 6 at column 48: StartTag: invalid element name"
- RenderBlock {H3} at (0,72) size 784x22
+ RenderBlock {H3} at (0,72) size 769x22
RenderText {TEXT} at (0,0) size 429x22
text run at (0,0) width 429: "Below is a rendering of the page up to the first error."
- RenderBlock (anonymous) at (0,112) size 784x18
+ RenderBlock (anonymous) at (0,112) size 769x18
RenderInline {PARSERERROR} at (0,0) size 0x0 [bgcolor=#FFDDDD] [border: (2px solid #CC7777)]
KCanvasContainer {svg} at (8,130) size 100x100
RenderSVGText {text} at (0,0) size 769x18
-2fb4d21d31f34b391a6fbcac099fd3a1
\ No newline at end of file
+4f129c10741d25112276bec387acea2c
\ No newline at end of file
-layer at (0,0) size 800x600
- RenderCanvas at (0,0) size 800x600
-layer at (0,0) size 800x156
- RenderBlock {HTML} at (0,0) size 800x156
- RenderBody {BODY} at (8,18) size 784x130
- RenderBlock (anonymous) at (0,0) size 784x0
+layer at (0,0) size 785x730
+ RenderCanvas at (0,0) size 785x600
+layer at (0,0) size 785x156
+ RenderBlock {HTML} at (0,0) size 785x156
+ RenderBody {BODY} at (8,18) size 769x130
+ RenderBlock (anonymous) at (0,0) size 769x0
RenderInline {PARSERERROR} at (0,0) size 0x0 [bgcolor=#FFDDDD] [border: (2px solid #CC7777)]
- RenderBlock (anonymous) at (0,0) size 784x94
- RenderBlock {H3} at (0,0) size 784x22
+ RenderBlock (anonymous) at (0,0) size 769x94
+ RenderBlock {H3} at (0,0) size 769x22
RenderText {TEXT} at (0,0) size 324x22
text run at (0,0) width 324: "This page contains the following errors:"
- RenderBlock {DIV} at (0,40) size 784x14
+ RenderBlock {DIV} at (0,40) size 769x14
RenderText {TEXT} at (0,0) size 567x14
text run at (0,0) width 567: "error on line 6 at column 60: Namespace prefix xlink for href on a is not defined"
- RenderBlock {H3} at (0,72) size 784x22
+ RenderBlock {H3} at (0,72) size 769x22
RenderText {TEXT} at (0,0) size 429x22
text run at (0,0) width 429: "Below is a rendering of the page up to the first error."
- RenderBlock (anonymous) at (0,112) size 784x18
+ RenderBlock (anonymous) at (0,112) size 769x18
RenderInline {PARSERERROR} at (0,0) size 0x0 [bgcolor=#FFDDDD] [border: (2px solid #CC7777)]
KCanvasContainer {svg} at (8,130) size 100x100
RenderSVGText {text} at (0,0) size 769x18
--- /dev/null
+778803df0a824ed8f2c7dfa07c56832e
\ No newline at end of file
--- /dev/null
+layer at (0,0) size 800x600
+ RenderCanvas at (0,0) size 800x600
+ KCanvasContainer {svg} at (0,0) size 100x100
+ KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
--- /dev/null
+<svg viewBox="0 0 800 600" xmlns="http://www.w3.org/2000/svg">
+ <rect x="0" y="0" height="100" width="100" fill="green"/>
+</svg>
+2006-01-26 Eric Seidel <eseidel@apple.com>
+
+ Reviewed by mjs.
+
+ SVG shows up blank in WebKit+SVG
+ http://bugzilla.opendarwin.org/show_bug.cgi?id=6620
+
+ * css/svg.css: default to width/height 100% for <svg>
+
2006-01-26 Anders Carlsson <andersca@mac.com>
Reviewed by Darin.
overflow: visible !important
}
+svg {
+ width: 100%;
+ height: 100%;
+}
+
svg, symbol, marker, pattern, foreignObject {
overflow: hidden
}