[html5] r7348 - images

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 14 09:02:29 PDT 2012


Author: ianh
Date: 2012-09-14 09:02:29 -0700 (Fri, 14 Sep 2012)
New Revision: 7348

Added:
   images/arcTo1.png
   images/arcTo2.png
   images/arcTo3.png
   images/fingerprint.png
   images/parsing-model-overview.svg
   images/sample-toolbar-1.png
Log:
Images that somehow escaped being added

Added: images/arcTo1.png
===================================================================
(Binary files differ)


Property changes on: images/arcTo1.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: images/arcTo2.png
===================================================================
(Binary files differ)


Property changes on: images/arcTo2.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: images/arcTo3.png
===================================================================
(Binary files differ)


Property changes on: images/arcTo3.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: images/fingerprint.png
===================================================================
(Binary files differ)


Property changes on: images/fingerprint.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: images/parsing-model-overview.svg
===================================================================
--- images/parsing-model-overview.svg	                        (rev 0)
+++ images/parsing-model-overview.svg	2012-09-14 16:02:29 UTC (rev 7348)
@@ -0,0 +1,77 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="540" width="350">
+
+<!-- === definitions === -->
+
+<style>
+ :root { font: 14px sans-serif, Droid Sans Fallback; }
+ .code { font-family: monospace; }
+ .bit, rect, path { filter: url(#dropshadow); }
+</style>
+
+<filter id="dropshadow" height="130%">
+  <feGaussianBlur in="SourceAlpha" stdDeviation="3"/> <!-- stdDeviation is how much to blur -->
+    <feOffset dx="2" dy="2" result="offsetblur"/> <!-- how much to offset -->
+    <feMerge> 
+      <feMergeNode/> <!-- this contains the offset blurred image -->
+      <feMergeNode in="SourceGraphic"/> <!-- this contains the element that the filter is applied to -->
+   </feMerge>
+</filter>
+
+<linearGradient y2="1" x2="0.5" y1="0" x1="0.5"
+                gradientUnits="objectBoundingBox" id="grad">
+  <stop stop-color="white" offset="5%"/>
+  <stop stop-color="rgba(144,238,144,0.5)" offset="95%"/>
+</linearGradient>
+
+<!-- === graphic === -->
+
+<polygon stroke="black" fill="url(#grad)" class="bit" points="40,10, 140,10, 110,60, 10,60"/>
+<text text-anchor="middle" x="75" y="35">Network</text>
+
+<polyline stroke="black" points="75,60, 75,100"/>
+<polygon points="70,85, 80,85, 75,100"/>
+
+<rect stroke="black" fill="url(#grad)" height="50" width="100" x="25" y="100"/>
+<text text-anchor="middle" x="75" y="120">Byte Stream</text>
+<text text-anchor="middle" x="75" y="135">Decoder</text>
+
+<polyline stroke="black" points="75,150, 75,190"/>
+<polygon points="70,175,80,175,75,190"/>
+
+<rect stroke="black" fill="url(#grad)" height="50" width="100" x="25" y="190"/>
+<text text-anchor="middle" x="75" y="210">Input Stream</text>
+<text text-anchor="middle" x="75" y="225">Preprocessor</text>
+
+<polyline stroke="black" points="75,240, 75,280"/>
+<polygon points="70,265,80,265,75,280"/>
+
+<rect stroke="black" fill="url(#grad)" height="50" width="100" x="25" y="280"/>
+<text text-anchor="middle" x="75" y="305">Tokenizer</text>
+
+<polyline stroke="black" points="75,330, 75,370"/>
+<polygon points="70,355, 80,355, 75,370"/>
+
+<rect stroke="black" fill="url(#grad)" height="50" width="100" x="25" y="370"/>
+<text text-anchor="middle" x="75" y="390">Tree</text>
+<text text-anchor="middle" x="75" y="405">Construction</text>
+
+<polyline stroke="black" points="75,420, 75,460"/> <!-- line down -->
+<polygon points="70,445, 80,445, 75,460"/>
+
+<polyline stroke="black" points="125,395, 225,395"/> <!-- line right -->
+<polygon points="210,390, 210,400, 225,395"/>
+
+<path stroke="black" fill="url(#grad)" d="M 25,520 L 25,460 L 125,460 L 125,510 C 70,510 80,530 25,520"/>
+<text text-anchor="middle" x="75" y="495">DOM</text>
+
+<polyline stroke-dasharray="6" stroke="black" fill="transparent" points="125,490, 275,490, 275,420"/>
+
+<rect stroke="black" fill="url(#grad)" height="50" width="100" x="225" y="370"/>
+<text text-anchor="middle" x="275" y="390">Script</text>
+<text text-anchor="middle" x="275" y="405">Execution</text>
+
+<polyline stroke="black" points="275,370, 275,215, 125,215" fill="transparent"/>
+<polygon points="125,215, 135,210, 135,220"/>
+<text class="code" text-anchor="end" x="270" y="230">document.write()</text>
+
+</svg>

Added: images/sample-toolbar-1.png
===================================================================
(Binary files differ)


Property changes on: images/sample-toolbar-1.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream




More information about the Commit-Watchers mailing list