diff --git a/publishing/docs/html/svg.html b/publishing/docs/html/svg.html index 82aeef20..9f8007ea 100644 --- a/publishing/docs/html/svg.html +++ b/publishing/docs/html/svg.html @@ -50,29 +50,29 @@

Examples

Example 1 — Default language specification
-
<sv g xmlns="http://www.w3.org/2000/svg" xml:lang="en" lang="en">
+					
﹤svg xmlns="http://www.w3.org/2000/svg" xml:lang="en" lang="en">
    …
-</svg>
+﹤/svg>
Example 2 — Language override
-
<sv g xmlns="http://www.w3.org/2000/svg" xml:lang="en" lang="en">
+					
﹤svg xmlns="http://www.w3.org/2000/svg" xml:lang="en" lang="en">
    …
-   <text … >I think therefore I am...</text>
-   <text … xml:lang="fr" lang="fr">Je pense donc je suis...</text>
-   <text … xml:lang="it" lang="it">Penso dunque sono...</text>
+   ﹤text … >I think therefore I am...﹤/text>
+   ﹤text … xml:lang="fr" lang="fr">Je pense donc je suis...﹤/text>
+   ﹤text … xml:lang="it" lang="it">Penso dunque sono...﹤/text>
    …
-</svg>
+﹤/svg>
Example 3 — Including an SVG title and description
-
<sv g
+					
﹤svg
 	 xmlns="http://www.w3.org/2000/svg"
 	 xml:lang="en" lang="en">
-   <title>The New EPUB Logo</title>
-   <desc>
+   ﹤title>The New EPUB Logo﹤/title>
+   ﹤desc>
 	  The EPUB logo is a lower-case letter E that has 
 	  been tilted 45 degrees to counter-clockwise so 
 	  that it appears to be sitting in balance on its 
@@ -81,29 +81,29 @@ 

Examples

of the image, moving to the outer edge and then continuing around in a box-like pattern. The external corners have all been rounded. - </desc> + ﹤/desc> … -</svg>
+﹤/svg>
Example 4 — A decorative SVG
-
<sv g
+					
﹤svg
      xmlns="http://www.w3.org/2000/svg"
      xml:lang="en" lang="en"
      role="presentation">
    …
-</svg>
+﹤/svg>
Example 5 — Adding a title to a link
-
<a href="http://www.ontario.ca">
-   <title>Ontario government web site</title>
-   <g …>
+					
﹤a href="http://www.ontario.ca">
+   ﹤title>Ontario government web site﹤/title>
+   ﹤g …>
       …
-   </g>
-</a>
+ ﹤/g> +﹤/a>
@@ -211,7 +211,7 @@

Related Links