~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to doc/extras/w3c/w3c-svg.toc

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE kdeveloptoc>
2
 
<kdeveloptoc>
3
 
<title>Scalable Vector Graphics (SVG) 1.1 Specification</title>
4
 
<base href="http://www.w3.org/TR/SVG11" url="index.html"/>
5
 
 
6
 
<tocsect1 name="1 Introduction" url="intro.html">
7
 
 
8
 
 
9
 
 <tocsect2 name="1.1 About SVG" url="intro.html#AboutSVG">
10
 
 
11
 
 
12
 
 <tocsect3 name="1.1.1 Modularization" url="intro.html#Modularization">
13
 
 </tocsect3>
14
 
 
15
 
 <tocsect3 name="1.1.2 Element and Attribute Collections" url="intro.html#ElementAndAttributeCollections">
16
 
 </tocsect3>
17
 
 
18
 
 <tocsect3 name="1.1.3 Profiling the SVG specification" url="intro.html#Profiling">
19
 
 </tocsect3>
20
 
 
21
 
 </tocsect2>
22
 
 
23
 
 <tocsect2 name="1.2 SVG MIME type, file name extension and Macintosh file type" url="intro.html#MIMEType">
24
 
 </tocsect2>
25
 
 
26
 
 <tocsect2 name="1.3 SVG Namespace, Public Identifier and System Identifier" url="intro.html#Namespace">
27
 
 </tocsect2>
28
 
 
29
 
 <tocsect2 name="1.4 Compatibility with Other Standards Efforts" url="intro.html#W3CCompatibility">
30
 
 </tocsect2>
31
 
 
32
 
 <tocsect2 name="1.5 Terminology" url="intro.html#Terminology">
33
 
 </tocsect2>
34
 
 
35
 
 <tocsect2 name="1.6 Definitions" url="intro.html#Definitions">
36
 
 </tocsect2>
37
 
 
38
 
</tocsect1>
39
 
 
40
 
<tocsect1 name="2 Concepts" url="concepts.html">
41
 
 
42
 
 
43
 
 <tocsect2 name="2.1 Explaining the name: SVG" url="concepts.html#Intro">
44
 
 </tocsect2>
45
 
 
46
 
 <tocsect2 name="2.2 Important SVG concepts" url="concepts.html#Concepts">
47
 
 </tocsect2>
48
 
 
49
 
 <tocsect2 name="2.3 Options for using SVG in Web pages" url="concepts.html#UsageOptions">
50
 
 </tocsect2>
51
 
 
52
 
</tocsect1>
53
 
 
54
 
<tocsect1 name="3 Rendering Model" url="render.html">
55
 
 
56
 
 
57
 
 <tocsect2 name="3.1 Introduction" url="render.html#Introduction">
58
 
 </tocsect2>
59
 
 
60
 
 <tocsect2 name="3.2 The painters model" url="render.html#PaintersModel">
61
 
 </tocsect2>
62
 
 
63
 
 <tocsect2 name="3.3 Rendering Order" url="render.html#RenderingOrder">
64
 
 </tocsect2>
65
 
 
66
 
 <tocsect2 name="3.4 How groups are rendered" url="render.html#Grouping">
67
 
 </tocsect2>
68
 
 
69
 
 <tocsect2 name="3.5 How elements are rendered" url="render.html#Elements">
70
 
 </tocsect2>
71
 
 
72
 
 <tocsect2 name="3.6 Types of graphics elements" url="render.html#TypesOfGraphicsElements">
73
 
 
74
 
 
75
 
 <tocsect3 name="3.6.1 Painting shapes and text" url="render.html#PaintingShapesAndText">
76
 
 </tocsect3>
77
 
 
78
 
 <tocsect3 name="3.6.2 Painting raster images" url="render.html#PaintingRasterImages">
79
 
 </tocsect3>
80
 
 
81
 
 </tocsect2>
82
 
 
83
 
 <tocsect2 name="3.7 Filtering painted regions" url="render.html#FilteringPaintRegions">
84
 
 </tocsect2>
85
 
 
86
 
 <tocsect2 name="3.8 Clipping, masking and object opacity" url="render.html#ClippingMaskingObjectOpacity">
87
 
 </tocsect2>
88
 
 
89
 
 <tocsect2 name="3.9 Parent Compositing" url="render.html#ParentCompositing">
90
 
 </tocsect2>
91
 
 
92
 
</tocsect1>
93
 
 
94
 
<tocsect1 name="4 Basic Data Types and Interfaces" url="types.html">
95
 
 
96
 
 
97
 
 <tocsect2 name="4.1 Basic data types" url="types.html#BasicDataTypes">
98
 
 </tocsect2>
99
 
 
100
 
 <tocsect2 name="4.2 Recognized color keyword names" url="types.html#ColorKeywords">
101
 
 </tocsect2>
102
 
 
103
 
 <tocsect2 name="4.3 Basic DOM interfaces" url="types.html#BasicDOMInterfaces">
104
 
 </tocsect2>
105
 
 
106
 
</tocsect1>
107
 
 
108
 
<tocsect1 name="5 Document Structure" url="struct.html">
109
 
 
110
 
 
111
 
 <tocsect2 name="5.1 Defining an SVG document fragment: the 'svg' element" url="struct.html#NewDocument">
112
 
 
113
 
 
114
 
 <tocsect3 name="5.1.1 Overview" url="struct.html#NewDocumentOverview">
115
 
 </tocsect3>
116
 
 
117
 
 <tocsect3 name="5.1.2 The 'svg' element" url="struct.html#SVGElement">
118
 
 </tocsect3>
119
 
 
120
 
 </tocsect2>
121
 
 
122
 
 <tocsect2 name="5.2 Grouping: the 'g' element" url="struct.html#Groups">
123
 
 
124
 
 
125
 
 <tocsect3 name="5.2.1 Overview" url="struct.html#GroupsOverview">
126
 
 </tocsect3>
127
 
 
128
 
 <tocsect3 name="5.2.2 The 'g' element" url="struct.html#GElement">
129
 
 </tocsect3>
130
 
 
131
 
 </tocsect2>
132
 
 
133
 
 <tocsect2 name="5.3 References and the 'defs' element" url="struct.html#Head">
134
 
 
135
 
 
136
 
 <tocsect3 name="5.3.1 Overview" url="struct.html#HeadOverview">
137
 
 </tocsect3>
138
 
 
139
 
 <tocsect3 name="5.3.2 URI reference attributes" url="struct.html#xlinkRefAttrs">
140
 
 </tocsect3>
141
 
 
142
 
 <tocsect3 name="5.3.3 The 'defs' element" url="struct.html#DefsElement">
143
 
 </tocsect3>
144
 
 
145
 
 </tocsect2>
146
 
 
147
 
 <tocsect2 name="5.4 The 'desc' and 'title' elements" url="struct.html#DescriptionAndTitleElements">
148
 
 </tocsect2>
149
 
 
150
 
 <tocsect2 name="5.5 The 'symbol' element" url="struct.html#SymbolElement">
151
 
 </tocsect2>
152
 
 
153
 
 <tocsect2 name="5.6 The 'use' element" url="struct.html#UseElement">
154
 
 </tocsect2>
155
 
 
156
 
 <tocsect2 name="5.7 The 'image' element" url="struct.html#ImageElement">
157
 
 </tocsect2>
158
 
 
159
 
 <tocsect2 name="5.8 Conditional processing" url="struct.html#ConditionalProcessing">
160
 
 
161
 
 
162
 
 <tocsect3 name="5.8.1 Conditional processing overview" url="struct.html#ConditionalProcessingOverview">
163
 
 </tocsect3>
164
 
 
165
 
 <tocsect3 name="5.8.2 The 'switch' element" url="struct.html#SwitchElement">
166
 
 </tocsect3>
167
 
 
168
 
 <tocsect3 name="5.8.3 The requiredFeatures attribute" url="struct.html#RequiredFeaturesAttribute">
169
 
 </tocsect3>
170
 
 
171
 
 <tocsect3 name="5.8.4 The requiredExtensions attribute" url="struct.html#RequiredExtensionsAttribute">
172
 
 </tocsect3>
173
 
 
174
 
 <tocsect3 name="5.8.5 The systemLanguage attribute" url="struct.html#SystemLanguageAttribute">
175
 
 </tocsect3>
176
 
 
177
 
 <tocsect3 name="5.8.6 Applicability of test attributes" url="struct.html#ApplicabilityOfTestAttributes">
178
 
 </tocsect3>
179
 
 
180
 
 </tocsect2>
181
 
 
182
 
 <tocsect2 name="5.9 Specifying whether external resources are required for proper rendering" url="struct.html#ExternalResourcesRequired">
183
 
 </tocsect2>
184
 
 
185
 
 <tocsect2 name="5.10 Common attributes" url="struct.html#CommonAttributes">
186
 
 
187
 
 
188
 
 <tocsect3 name="5.10.1 Attributes common to all elements: id and xml:base" url="struct.html#Core.attrib">
189
 
 </tocsect3>
190
 
 
191
 
 <tocsect3 name="5.10.2 The xml:lang and xml:space attributes" url="struct.html#LangSpaceAttrs">
192
 
 </tocsect3>
193
 
 
194
 
 </tocsect2>
195
 
 
196
 
 <tocsect2 name="5.11 Core Attribute Module" url="struct.html#core-att-mod">
197
 
 </tocsect2>
198
 
 
199
 
 <tocsect2 name="5.12 Structure Module" url="struct.html#structure-mod">
200
 
 </tocsect2>
201
 
 
202
 
 <tocsect2 name="5.13 Basic Structure Module" url="struct.html#basic-structure-mod">
203
 
 </tocsect2>
204
 
 
205
 
 <tocsect2 name="5.14 Container Attribute Module" url="struct.html#container-att-mod">
206
 
 </tocsect2>
207
 
 
208
 
 <tocsect2 name="5.15 Conditional Processing Module" url="struct.html#conditional-mod">
209
 
 </tocsect2>
210
 
 
211
 
 <tocsect2 name="5.16 Image Module" url="struct.html#image-mod">
212
 
 </tocsect2>
213
 
 
214
 
 <tocsect2 name="5.17 DOM interfaces" url="struct.html#DOMInterfaces">
215
 
 </tocsect2>
216
 
 
217
 
</tocsect1>
218
 
 
219
 
<tocsect1 name="6 Styling" url="styling.html">
220
 
 
221
 
 
222
 
 <tocsect2 name="6.1 SVG's styling properties" url="styling.html#SVGStylingProperties">
223
 
 </tocsect2>
224
 
 
225
 
 <tocsect2 name="6.2 Usage scenarios for styling" url="styling.html#StylingScenarios">
226
 
 </tocsect2>
227
 
 
228
 
 <tocsect2 name="6.3 Alternative ways to specify styling properties" url="styling.html#AlternativesForStyling">
229
 
 </tocsect2>
230
 
 
231
 
 <tocsect2 name="6.4 Specifying properties using the presentation attributes" url="styling.html#UsingPresentationAttributes">
232
 
 </tocsect2>
233
 
 
234
 
 <tocsect2 name="6.5 Entity definitions for the presentation attributes" url="styling.html#EntityDefinitionsPresentationAttributes">
235
 
 </tocsect2>
236
 
 
237
 
 <tocsect2 name="6.6 Styling with XSL" url="styling.html#StylingWithXSL">
238
 
 </tocsect2>
239
 
 
240
 
 <tocsect2 name="6.7 Styling with CSS" url="styling.html#StylingWithCSS">
241
 
 </tocsect2>
242
 
 
243
 
 <tocsect2 name="6.8 Case sensitivity of property names and values" url="styling.html#CaseSensitivity">
244
 
 </tocsect2>
245
 
 
246
 
 <tocsect2 name="6.9 Facilities from CSS and XSL used by SVG" url="styling.html#SVGUseOfCSS">
247
 
 </tocsect2>
248
 
 
249
 
 <tocsect2 name="6.10 Referencing external style sheets" url="styling.html#ReferencingExternalStyleSheets">
250
 
 </tocsect2>
251
 
 
252
 
 <tocsect2 name="6.11 The 'style' element" url="styling.html#StyleElement">
253
 
 </tocsect2>
254
 
 
255
 
 <tocsect2 name="6.12 The class attribute" url="styling.html#ClassAttribute">
256
 
 </tocsect2>
257
 
 
258
 
 <tocsect2 name="6.13 The style attribute" url="styling.html#StyleAttribute">
259
 
 </tocsect2>
260
 
 
261
 
 <tocsect2 name="6.14 Specifying the default style sheet language" url="styling.html#DefaultStyleSheetLanguage">
262
 
 </tocsect2>
263
 
 
264
 
 <tocsect2 name="6.15 Property inheritance" url="styling.html#Inheritance">
265
 
 </tocsect2>
266
 
 
267
 
 <tocsect2 name="6.16 The scope/range of styles" url="styling.html#Scope">
268
 
 </tocsect2>
269
 
 
270
 
 <tocsect2 name="6.17 User agent style sheet" url="styling.html#UAStyleSheet">
271
 
 </tocsect2>
272
 
 
273
 
 <tocsect2 name="6.18 Aural style sheets" url="styling.html#AuralStyleSheets">
274
 
 </tocsect2>
275
 
 
276
 
 <tocsect2 name="6.19 Style Module" url="styling.html#style-mod">
277
 
 </tocsect2>
278
 
 
279
 
 <tocsect2 name="6.20 DOM interfaces" url="styling.html#DOMInterfaces">
280
 
 </tocsect2>
281
 
 
282
 
</tocsect1>
283
 
 
284
 
<tocsect1 name="7 Coordinate Systems, Transformations and Units" url="coords.html">
285
 
 
286
 
 
287
 
 <tocsect2 name="7.1 Introduction" url="coords.html#Introduction">
288
 
 </tocsect2>
289
 
 
290
 
 <tocsect2 name="7.2 The initial viewport" url="coords.html#ViewportSpace">
291
 
 </tocsect2>
292
 
 
293
 
 <tocsect2 name="7.3 The initial coordinate system" url="coords.html#InitialCoordinateSystem">
294
 
 </tocsect2>
295
 
 
296
 
 <tocsect2 name="7.4 Coordinate system transformations" url="coords.html#EstablishingANewUserSpace">
297
 
 </tocsect2>
298
 
 
299
 
 <tocsect2 name="7.5 Nested transformations" url="coords.html#NestedTransformations">
300
 
 </tocsect2>
301
 
 
302
 
 <tocsect2 name="7.6 The transform attribute" url="coords.html#TransformAttribute">
303
 
 </tocsect2>
304
 
 
305
 
 <tocsect2 name="7.7 The viewBox attribute" url="coords.html#ViewBoxAttribute">
306
 
 </tocsect2>
307
 
 
308
 
 <tocsect2 name="7.8 The preserveAspectRatio attribute" url="coords.html#PreserveAspectRatioAttribute">
309
 
 </tocsect2>
310
 
 
311
 
 <tocsect2 name="7.9 Establishing a new viewport" url="coords.html#EstablishingANewViewport">
312
 
 </tocsect2>
313
 
 
314
 
 <tocsect2 name="7.10 Units" url="coords.html#Units">
315
 
 </tocsect2>
316
 
 
317
 
 <tocsect2 name="7.11 Object bounding box units" url="coords.html#ObjectBoundingBox">
318
 
 </tocsect2>
319
 
 
320
 
 <tocsect2 name="7.12 Geographic Coordinate Systems" url="coords.html#GeographicCoordinates">
321
 
 </tocsect2>
322
 
 
323
 
 <tocsect2 name="7.13 Viewport Attribute Module" url="coords.html#viewport-att-mod">
324
 
 </tocsect2>
325
 
 
326
 
 <tocsect2 name="7.14 DOM interfaces" url="coords.html#DOMInterfaces">
327
 
 </tocsect2>
328
 
 
329
 
</tocsect1> 
330
 
 
331
 
<tocsect1 name="8 Paths" url="paths.html">
332
 
 
333
 
 <tocsect2 name="8.1 Introduction" url="paths.html#Introduction">
334
 
 </tocsect2>
335
 
 
336
 
 <tocsect2 name="8.2 The 'path' element" url="paths.html#PathElement">
337
 
 </tocsect2>
338
 
 
339
 
 <tocsect2 name="8.3 Path Data" url="paths.html#PathData">
340
 
 
341
 
 
342
 
 <tocsect3 name="8.3.1 General information about path data" url="paths.html#PathDataGeneralInformation">
343
 
 </tocsect3>
344
 
 
345
 
 <tocsect3 name="8.3.2 The &quot;moveto&quot; commands" url="paths.html#PathDataMovetoCommands">
346
 
 </tocsect3>
347
 
 
348
 
 <tocsect3 name="8.3.3 The &quot;closepath&quot; command" url="paths.html#PathDataClosePathCommand">
349
 
 </tocsect3>
350
 
 
351
 
 <tocsect3 name="8.3.4 The &quot;lineto&quot; commands" url="paths.html#PathDataLinetoCommands">
352
 
 </tocsect3>
353
 
 
354
 
 <tocsect3 name="8.3.5 The curve commands" url="paths.html#PathDataCurveCommands">
355
 
 </tocsect3>
356
 
 
357
 
 <tocsect3 name="8.3.6 The cubic Bézier curve commands" url="paths.html#PathDataCubicBezierCommands">
358
 
 </tocsect3>
359
 
 
360
 
 <tocsect3 name="8.3.7 The quadratic Bézier curve commands" url="paths.html#PathDataQuadraticBezierCommands">
361
 
 </tocsect3>
362
 
 
363
 
 <tocsect3 name="8.3.8 The elliptical arc curve commands" url="paths.html#PathDataEllipticalArcCommands">
364
 
 </tocsect3>
365
 
 
366
 
 <tocsect3 name="8.3.9 The grammar for path data" url="paths.html#PathDataBNF">
367
 
 </tocsect3>
368
 
 
369
 
 </tocsect2>
370
 
 
371
 
 <tocsect2 name="8.4 Distance along a path" url="paths.html#DistanceAlongAPath">
372
 
 </tocsect2>
373
 
 
374
 
 <tocsect2 name="8.5 DOM interfaces" url="paths.html#DOMInterfaces">
375
 
 </tocsect2>
376
 
 
377
 
</tocsect1>
378
 
 
379
 
<tocsect1 name="9 Basic Shapes" url="shapes.html">
380
 
 
381
 
 
382
 
 <tocsect2 name="9.1 Introduction" url="shapes.html#Introduction">
383
 
 </tocsect2>
384
 
 
385
 
 <tocsect2 name="9.2 The 'rect' element" url="shapes.html#RectElement">
386
 
 </tocsect2>
387
 
 
388
 
 <tocsect2 name="9.3 The 'circle' element" url="shapes.html#CircleElement">
389
 
 </tocsect2>
390
 
 
391
 
 <tocsect2 name="9.4 The 'ellipse' element" url="shapes.html#EllipseElement">
392
 
 </tocsect2>
393
 
 
394
 
 <tocsect2 name="9.5 The 'line' element" url="shapes.html#LineElement">
395
 
 </tocsect2>
396
 
 
397
 
 <tocsect2 name="9.6 The 'polyline' element" url="shapes.html#PolylineElement">
398
 
 </tocsect2>
399
 
 
400
 
 <tocsect2 name="9.7 The 'polygon' element" url="shapes.html#PolygonElement">
401
 
 </tocsect2>
402
 
 
403
 
 <tocsect2 name="9.8 The grammar for points specifications in 'polyline' and 'polygon' elements" url="shapes.html#PointsBNF">
404
 
 </tocsect2>
405
 
 
406
 
 <tocsect2 name="9.9 Shape Module" url="shapes.html#shape-mod">
407
 
 </tocsect2>
408
 
 
409
 
 <tocsect2 name="9.10 DOM interfaces" url="shapes.html#DOMInterfaces">
410
 
 </tocsect2>
411
 
 
412
 
</tocsect1>
413
 
 
414
 
<tocsect1 name="10 Text" url="text.html">
415
 
 
416
 
 
417
 
 <tocsect2 name="10.1 Introduction" url="text.html#Introduction">
418
 
 </tocsect2>
419
 
 
420
 
 <tocsect2 name="10.2 Characters and their corresponding glyphs" url="text.html#CharactersAndGlyphs">
421
 
 </tocsect2>
422
 
 
423
 
 <tocsect2 name="10.3 Fonts, font tables and baselines" url="text.html#FontsTablesBaselines">
424
 
 </tocsect2>
425
 
 
426
 
 <tocsect2 name="10.4 The 'text' element" url="text.html#TextElement">
427
 
 </tocsect2>
428
 
 
429
 
 <tocsect2 name="10.5 The 'tspan' element" url="text.html#TSpanElement">
430
 
 </tocsect2>
431
 
 
432
 
 <tocsect2 name="10.6 The 'tref' element" url="text.html#TRefElement">
433
 
 </tocsect2>
434
 
 
435
 
 <tocsect2 name="10.7 Text layout" url="text.html#TextLayout">
436
 
 
437
 
 
438
 
 <tocsect3 name="10.7.1 Text layout introduction" url="text.html#TextLayoutIntroduction">
439
 
 </tocsect3>
440
 
 
441
 
 <tocsect3 name="10.7.2 Setting the inline-progression-direction" url="text.html#SettingInlineProgressionDirection">
442
 
 </tocsect3>
443
 
 
444
 
 <tocsect3 name="10.7.3 Glyph orientation within a text run" url="text.html#GlyphOrientation">
445
 
 </tocsect3>
446
 
 
447
 
 <tocsect3 name="10.7.4 Relationship with bidirectionality" url="text.html#RelationshipWithBiDirectionality">
448
 
 </tocsect3>
449
 
 
450
 
 </tocsect2>
451
 
 
452
 
 <tocsect2 name="10.8 Text rendering order" url="text.html#TextRenderingOrder">
453
 
 </tocsect2>
454
 
 
455
 
 <tocsect2 name="10.9 Alignment properties" url="text.html#AlignmentProperties">
456
 
 
457
 
 
458
 
 <tocsect3 name="10.9.1 Text alignment properties" url="text.html#TextAlignmentProperties">
459
 
 </tocsect3>
460
 
 
461
 
 <tocsect3 name="10.9.2 Baseline alignment properties" url="text.html#BaselineAlignmentProperties">
462
 
 </tocsect3>
463
 
 
464
 
 </tocsect2>
465
 
 
466
 
 <tocsect2 name="10.10 Font selection properties" url="text.html#FontPropertiesUsedBySVG">
467
 
 </tocsect2>
468
 
 
469
 
 <tocsect2 name="10.11 Spacing properties" url="text.html#SpacingProperties">
470
 
 </tocsect2>
471
 
 
472
 
 <tocsect2 name="10.12 Text decoration" url="text.html#TextDecorationProperties">
473
 
 </tocsect2>
474
 
 
475
 
 <tocsect2 name="10.14 Text on a path" url="text.html#TextOnAPath">
476
 
 
477
 
 
478
 
 <tocsect3 name="10.14.1 Introduction to text on a path" url="text.html#TextOnAPathIntroduction">
479
 
 </tocsect3>
480
 
 
481
 
 <tocsect3 name="10.14.2 The 'textPath' element" url="text.html#TextPathElement">
482
 
 </tocsect3>
483
 
 
484
 
 <tocsect3 name="10.14.3 Text on a path layout rules" url="text.html#TextpathLayoutRules">
485
 
 </tocsect3>
486
 
 
487
 
 </tocsect2>
488
 
 
489
 
 <tocsect2 name="10.14 Alternate glyphs" url="text.html#AlternateGlyphs">
490
 
 </tocsect2>
491
 
 
492
 
 <tocsect2 name="10.15 White space handling" url="text.html#WhiteSpace">
493
 
 </tocsect2>
494
 
 
495
 
 <tocsect2 name="10.16 Text selection and clipboard operations" url="text.html#TextSelection">
496
 
 </tocsect2>
497
 
 
498
 
 <tocsect2 name="10.17 Text Module" url="text.html#text-mod">
499
 
 </tocsect2>
500
 
 
501
 
 <tocsect2 name="10.18 Basic Text Module" url="text.html#basic-text-mod">
502
 
 </tocsect2>
503
 
 
504
 
 <tocsect2 name="10.19 DOM interfaces" url="text.html#DOMInterfaces">
505
 
 </tocsect2>
506
 
 
507
 
</tocsect1>
508
 
 
509
 
<tocsect1 name="11 Painting: Filling, Stroking and Marker Symbols" url="painting.html">
510
 
 
511
 
 
512
 
 <tocsect2 name="11.1 Introduction" url="painting.html#Introduction">
513
 
 </tocsect2>
514
 
 
515
 
 <tocsect2 name="11.2 Specifying paint" url="painting.html#SpecifyingPaint">
516
 
 </tocsect2>
517
 
 
518
 
 <tocsect2 name="11.3 Fill Properties" url="painting.html#FillProperties">
519
 
 </tocsect2>
520
 
 
521
 
 <tocsect2 name="11.4 Stroke Properties" url="painting.html#StrokeProperties">
522
 
 </tocsect2>
523
 
 
524
 
 <tocsect2 name="11.5 Controlling visibility" url="painting.html#VisibilityControl">
525
 
 </tocsect2>
526
 
 
527
 
 <tocsect2 name="11.6 Markers" url="painting.html#Markers">
528
 
 
529
 
 
530
 
 <tocsect3 name="11.6.1 Introduction" url="painting.html#MarkersIntroduction">
531
 
 </tocsect3>
532
 
 
533
 
 <tocsect3 name="11.6.2 The 'marker' element" url="painting.html#MarkerElement">
534
 
 </tocsect3>
535
 
 
536
 
 <tocsect3 name="11.6.3 Marker properties" url="painting.html#MarkerProperties">
537
 
 </tocsect3>
538
 
 
539
 
 <tocsect3 name="11.6.4 Details on how markers are rendered" url="painting.html#MarkerAlgorithm">
540
 
 </tocsect3>
541
 
 
542
 
 </tocsect2>
543
 
 
544
 
 <tocsect2 name="11.7 Rendering properties" url="painting.html#RenderingProperties">
545
 
 
546
 
 
547
 
 <tocsect3 name="11.7.1 Color interpolation properties: 'color-interpolation' and 'color-interpolation-filters'" url="painting.html#ColorInterpolationProperties">
548
 
 </tocsect3>
549
 
 
550
 
 <tocsect3 name="11.7.2 The 'color-rendering' property" url="painting.html#ColorRenderingProperty">
551
 
 </tocsect3>
552
 
 
553
 
 <tocsect3 name="11.7.3 The 'shape-rendering' property" url="painting.html#ShapeRenderingProperty">
554
 
 </tocsect3>
555
 
 
556
 
 <tocsect3 name="11.7.4 The 'text-rendering' property" url="painting.html#TextRenderingProperty">
557
 
 </tocsect3>
558
 
 
559
 
 <tocsect3 name="11.7.5 The 'image-rendering' property" url="painting.html#ImageRenderingProperty">
560
 
 </tocsect3>
561
 
 
562
 
 </tocsect2>
563
 
 
564
 
 <tocsect2 name="11.8 Inheritance of painting properties" url="painting.html#InheritanceOfPaintingProperties">
565
 
 </tocsect2>
566
 
 
567
 
 <tocsect2 name="11.9 Paint Attribute Module" url="painting.html#paint-att-mod">
568
 
 </tocsect2>
569
 
 
570
 
 <tocsect2 name="11.10 Basic Paint Attribute Module" url="painting.html#basic-paint-att-mod">
571
 
 </tocsect2>
572
 
 
573
 
 <tocsect2 name="11.11 Opacity Attribute Module" url="painting.html#opacity-att-mod">
574
 
 </tocsect2>
575
 
 
576
 
 <tocsect2 name="11.12 Graphics Attribute Module" url="painting.html#graphics-att-mod">
577
 
 </tocsect2>
578
 
 
579
 
 <tocsect2 name="11.13 Basic Graphics Attribute Module" url="painting.html#basic-graphics-att-mod">
580
 
 </tocsect2>
581
 
 
582
 
 <tocsect2 name="11.14 Marker Module" url="painting.html#marker-mod">
583
 
 </tocsect2>
584
 
 
585
 
 <tocsect2 name="11.15 DOM interfaces" url="painting.html#DOMInterfaces">
586
 
 </tocsect2>
587
 
 
588
 
</tocsect1>
589
 
 
590
 
<tocsect1 name="12 Color" url="color.html">
591
 
 
592
 
 <tocsect2 name="12.1 Introduction" url="color.html#ColorIntroduction">
593
 
 </tocsect2>
594
 
 
595
 
 <tocsect2 name="12.2 The 'color' property" url="color.html#ColorProperty">
596
 
 </tocsect2>
597
 
 
598
 
 <tocsect2 name="12.3 Color profile descriptions" url="color.html#ColorProfileDescriptions">
599
 
 
600
 
 
601
 
 <tocsect3 name="12.3.1 Overview of color profile descriptions" url="color.html#ColorProfileDescriptionsOverview">
602
 
 </tocsect3>
603
 
 
604
 
 <tocsect3 name="12.3.2 Alternative ways for defining a color profile description" url="color.html#ColorProfileAlternatives">
605
 
 </tocsect3>
606
 
 
607
 
 <tocsect3 name="12.3.3 The 'color-profile' element" url="color.html#ColorProfileElement">
608
 
 </tocsect3>
609
 
 
610
 
 <tocsect3 name="12.3.4 @color-profile when using CSS styling" url="color.html#ColorProfileAtRule">
611
 
 </tocsect3>
612
 
 
613
 
 <tocsect3 name="12.3.5 'color-profile' property" url="color.html#ColorProfileProperty">
614
 
 </tocsect3>
615
 
 
616
 
 </tocsect2>
617
 
 
618
 
 <tocsect2 name="12.4 Color Profile Module" url="color.html#color-profile-mod">
619
 
 </tocsect2>
620
 
 
621
 
 <tocsect2 name="12.7 DOM interfaces" url="color.html#DOMInterfaces">
622
 
 </tocsect2>
623
 
 
624
 
</tocsect1>
625
 
 
626
 
<tocsect1 name="13 Gradients and Patterns" url="pservers.html">
627
 
 
628
 
 
629
 
 <tocsect2 name="13.1 Introduction" url="pservers.html#Introduction">
630
 
 </tocsect2>
631
 
 
632
 
 <tocsect2 name="13.2 Gradients" url="pservers.html#Gradients">
633
 
 
634
 
 
635
 
 <tocsect3 name="13.2.1 Introduction" url="pservers.html#GradientsIntroduction">
636
 
 </tocsect3>
637
 
 
638
 
 <tocsect3 name="13.2.2 Linear gradients" url="pservers.html#LinearGradients">
639
 
 </tocsect3>
640
 
 
641
 
 <tocsect3 name="13.2.3 Radial gradients" url="pservers.html#RadialGradients">
642
 
 </tocsect3>
643
 
 
644
 
 <tocsect3 name="13.2.4 Gradient stops" url="pservers.html#GradientStops">
645
 
 </tocsect3>
646
 
 
647
 
 </tocsect2>
648
 
 
649
 
 <tocsect2 name="13.3 Patterns" url="pservers.html#Patterns">
650
 
 </tocsect2>
651
 
 
652
 
 <tocsect2 name="13.4 Gradient Module" url="pservers.html#gradient-mod">
653
 
 </tocsect2>
654
 
 
655
 
 <tocsect2 name="13.5 Pattern Module" url="pservers.html#pattern-mod">
656
 
 </tocsect2>
657
 
 
658
 
 <tocsect2 name="13.6 DOM interfaces" url="pservers.html#DOMInterfaces">
659
 
 </tocsect2>
660
 
 
661
 
</tocsect1>
662
 
 
663
 
<tocsect1 name="14 Clipping, Masking and Compositing" url="masking.html">
664
 
 
665
 
 
666
 
 <tocsect2 name="14.1 Introduction" url="masking.html#Introduction">
667
 
 </tocsect2>
668
 
 
669
 
 <tocsect2 name="14.2 Simple alpha compositing" url="masking.html#SimpleAlphaBlending">
670
 
 </tocsect2>
671
 
 
672
 
 <tocsect2 name="14.3 Clipping paths" url="masking.html#ClippingPaths">
673
 
 
674
 
 
675
 
 <tocsect3 name="14.3.1 Introduction" url="masking.html#ClippingPathsIntro">
676
 
 </tocsect3>
677
 
 
678
 
 <tocsect3 name="14.3.2 The initial clipping path" url="masking.html#InitialClippingPath">
679
 
 </tocsect3>
680
 
 
681
 
 <tocsect3 name="14.3.3 The 'overflow' and 'clip' properties" url="masking.html#OverflowAndClipProperties">
682
 
 </tocsect3>
683
 
 
684
 
 <tocsect3 name="14.3.4 Clip to viewport vs. clip to viewBox" url="masking.html#AutoClipAtViewportNotViewBox">
685
 
 </tocsect3>
686
 
 
687
 
 <tocsect3 name="14.3.5 Establishing a new clipping path" url="masking.html#EstablishingANewClippingPath">
688
 
 </tocsect3>
689
 
 
690
 
 </tocsect2>
691
 
 
692
 
 <tocsect2 name="14.4 Masking" url="masking.html#Masking">
693
 
 </tocsect2>
694
 
 
695
 
 <tocsect2 name="14.5 Object and group opacity: the 'opacity' property" url="masking.html#ObjectAndGroupOpacityProperties">
696
 
 </tocsect2>
697
 
 
698
 
 <tocsect2 name="14.6 Clip Module" url="masking.html#clip-mod">
699
 
 </tocsect2>
700
 
 
701
 
 <tocsect2 name="14.7 Basic Clip Module" url="masking.html#basic-clip-mod">
702
 
 </tocsect2>
703
 
 
704
 
 <tocsect2 name="14.8 Mask Module" url="masking.html#mask-mod">
705
 
 </tocsect2>
706
 
 
707
 
 <tocsect2 name="14.9 DOM interfaces" url="masking.html#DOMInterfaces">
708
 
 </tocsect2>
709
 
 
710
 
</tocsect1>
711
 
 
712
 
<tocsect1 name="15 Filter Effects" url="filters.html">
713
 
 
714
 
 
715
 
 <tocsect2 name="15.1 Introduction" url="filters.html#Introduction">
716
 
 </tocsect2>
717
 
 
718
 
 <tocsect2 name="15.2 An example" url="filters.html#AnExample">
719
 
 </tocsect2>
720
 
 
721
 
 <tocsect2 name="15.3 The 'filter' element" url="filters.html#FilterElement">
722
 
 </tocsect2>
723
 
 
724
 
 <tocsect2 name="15.4 The 'filter' property" url="filters.html#FilterProperty">
725
 
 </tocsect2>
726
 
 
727
 
 <tocsect2 name="15.5 Filter effects region" url="filters.html#FilterEffectsRegion">
728
 
 </tocsect2>
729
 
 
730
 
 <tocsect2 name="15.6 Accessing the background image" url="filters.html#AccessingBackgroundImage">
731
 
 </tocsect2>
732
 
 
733
 
 <tocsect2 name="15.7 Filter primitives overview" url="filters.html#FilterPrimitivesOverview">
734
 
 
735
 
 
736
 
 <tocsect3 name="15.7.1 Overview" url="filters.html#FilterPrimitivesOverviewIntro">
737
 
 </tocsect3>
738
 
 
739
 
 <tocsect3 name="15.7.2 Common attributes" url="filters.html#CommonAttributes">
740
 
 </tocsect3>
741
 
 
742
 
 <tocsect3 name="15.7.3 Filter primitive subregion" url="filters.html#FilterPrimitiveSubRegion">
743
 
 </tocsect3>
744
 
 
745
 
 </tocsect2>
746
 
 
747
 
 <tocsect2 name="15.8 Light source elements and properties" url="filters.html#LightSourceDefinitions">
748
 
 
749
 
 
750
 
 <tocsect3 name="15.8.1 Introduction" url="filters.html#LightSourceIntro">
751
 
 </tocsect3>
752
 
 
753
 
 <tocsect3 name="15.8.2 Light source 'feDistantLight'" url="filters.html#feDistantLight">
754
 
 </tocsect3>
755
 
 
756
 
 <tocsect3 name="15.8.3 Light source 'fePointLight'" url="filters.html#fePointLight">
757
 
 </tocsect3>
758
 
 
759
 
 <tocsect3 name="15.8.4 Light source 'feSpotLight'" url="filters.html#feSpotLight">
760
 
 </tocsect3>
761
 
 
762
 
 <tocsect3 name="15.8.5 The 'lighting-color' property" url="filters.html#LightingColorProperty">
763
 
 </tocsect3>
764
 
 
765
 
 </tocsect2>
766
 
 
767
 
 <tocsect2 name="15.9 Filter primitive 'feBlend'" url="filters.html#feBlend">
768
 
 </tocsect2>
769
 
 
770
 
 <tocsect2 name="15.10 Filter primitive 'feColorMatrix'" url="filters.html#feColorMatrix">
771
 
 </tocsect2>
772
 
 
773
 
 <tocsect2 name="15.11 Filter primitive 'feComponentTransfer'" url="filters.html#feComponentTransfer">
774
 
 </tocsect2>
775
 
 
776
 
 <tocsect2 name="15.12 Filter primitive 'feComposite'" url="filters.html#feComposite">
777
 
 </tocsect2>
778
 
 
779
 
 <tocsect2 name="15.13 Filter primitive 'feConvolveMatrix'" url="filters.html#feConvolveMatrix">
780
 
 </tocsect2>
781
 
 
782
 
 <tocsect2 name="15.14 Filter primitive 'feDiffuseLighting'" url="filters.html#feDiffuseLighting">
783
 
 </tocsect2>
784
 
 
785
 
 <tocsect2 name="15.15 Filter primitive 'feDisplacementMap'" url="filters.html#feDisplacementMap">
786
 
 </tocsect2>
787
 
 
788
 
 <tocsect2 name="15.16 Filter primitive 'feFlood'" url="filters.html#feFlood">
789
 
 </tocsect2>
790
 
 
791
 
 <tocsect2 name="15.17 Filter primitive 'feGaussianBlur'" url="filters.html#feGaussianBlur">
792
 
 </tocsect2>
793
 
 
794
 
 <tocsect2 name="15.18 Filter primitive 'feImage'" url="filters.html#feImage">
795
 
 </tocsect2>
796
 
 
797
 
 <tocsect2 name="15.19 Filter primitive 'feMerge'" url="filters.html#feMerge">
798
 
 </tocsect2>
799
 
 
800
 
 <tocsect2 name="15.20 Filter primitive 'feMorphology'" url="filters.html#feMorphology">
801
 
 </tocsect2>
802
 
 
803
 
 <tocsect2 name="15.21 Filter primitive 'feOffset'" url="filters.html#feOffset">
804
 
 </tocsect2>
805
 
 
806
 
 <tocsect2 name="15.22 Filter primitive 'feSpecularLighting'" url="filters.html#feSpecularLighting">
807
 
 </tocsect2>
808
 
 
809
 
 <tocsect2 name="15.23 Filter primitive 'feTile'" url="filters.html#feTile">
810
 
 </tocsect2>
811
 
 
812
 
 <tocsect2 name="15.24 Filter primitive 'feTurbulence'" url="filters.html#feTurbulence">
813
 
 </tocsect2>
814
 
 
815
 
 <tocsect2 name="15.25 Filter Module" url="filters.html#filter-mod">
816
 
 </tocsect2>
817
 
 
818
 
 <tocsect2 name="15.26 Basic Filter Module" url="filters.html#basic-filter-mod">
819
 
 </tocsect2>
820
 
 
821
 
 <tocsect2 name="15.27 DOM interfaces" url="filters.html#DOMInterfaces">
822
 
 </tocsect2>
823
 
 
824
 
</tocsect1>
825
 
 
826
 
<tocsect1 name="16 Interactivity" url="interact.html">
827
 
 
828
 
 
829
 
 <tocsect2 name="16.1 Introduction" url="interact.html#Introduction">
830
 
 </tocsect2>
831
 
 
832
 
 <tocsect2 name="16.2 Complete list of supported events" url="interact.html#SVGEvents">
833
 
 </tocsect2>
834
 
 
835
 
 <tocsect2 name="16.3 User interface events" url="interact.html#UIEvents">
836
 
 </tocsect2>
837
 
 
838
 
 <tocsect2 name="16.4 Pointer events" url="interact.html#PointerEvents">
839
 
 </tocsect2>
840
 
 
841
 
 <tocsect2 name="16.5 Processing order for user interface events" url="interact.html#UIEventProcessing">
842
 
 </tocsect2>
843
 
 
844
 
 <tocsect2 name="16.6 The 'pointer-events' property" url="interact.html#PointerEventsProperty">
845
 
 </tocsect2>
846
 
 
847
 
 <tocsect2 name="16.7 Magnification and panning" url="interact.html#EnableZoomAndPanControls">
848
 
 </tocsect2>
849
 
 
850
 
 <tocsect2 name="16.8 Cursors" url="interact.html#Cursors">
851
 
 
852
 
 
853
 
 <tocsect3 name="16.8.1 Introduction to cursors" url="interact.html#CursorIntro">
854
 
 </tocsect3>
855
 
 
856
 
 <tocsect3 name="16.8.2 The 'cursor' property" url="interact.html#CursorProperty">
857
 
 </tocsect3>
858
 
 
859
 
 <tocsect3 name="16.8.3 The 'cursor' element" url="interact.html#CursorElement">
860
 
 </tocsect3>
861
 
 
862
 
 </tocsect2>
863
 
 
864
 
 <tocsect2 name="16.9 Document Events Attribute Module" url="interact.html#document-events-att-mod">
865
 
 </tocsect2>
866
 
 
867
 
 <tocsect2 name="16.10 Graphical Events Attribute Module" url="interact.html#graphical-events-att-mod">
868
 
 </tocsect2>
869
 
 
870
 
 <tocsect2 name="16.11 Animation Events Attribute Module" url="interact.html#animation-events-att-mod">
871
 
 </tocsect2>
872
 
 
873
 
 <tocsect2 name="16.12 Cursor Module" url="interact.html#cursor-mod">
874
 
 </tocsect2>
875
 
 
876
 
 <tocsect2 name="16.13 DOM interfaces" url="interact.html#DOMInterfaces">
877
 
 </tocsect2>
878
 
 
879
 
</tocsect1>
880
 
 
881
 
<tocsect1 name="17 Linking" url="linking.html">
882
 
 
883
 
 
884
 
 <tocsect2 name="17.1 Links out of SVG content: the 'a' element" url="linking.html#Links">
885
 
 </tocsect2>
886
 
 
887
 
 <tocsect2 name="17.2 Linking into SVG content: URI fragments and SVG views" url="linking.html#LinksIntoSVG">
888
 
 
889
 
 
890
 
 <tocsect3 name="17.2.1 Introduction: URI fragments and SVG views" url="linking.html#IntroFragmentsViews">
891
 
 </tocsect3>
892
 
 
893
 
 <tocsect3 name="17.2.2 SVG fragment identifiers" url="linking.html#SVGFragmentIdentifiers">
894
 
 </tocsect3>
895
 
 
896
 
 <tocsect3 name="17.2.3 Predefined views: the 'view' element" url="linking.html#ViewElement">
897
 
 </tocsect3>
898
 
 
899
 
 </tocsect2>
900
 
 
901
 
 <tocsect2 name="17.3 Hyperlinking Module" url="linking.html#hyperlinking-mod">
902
 
 </tocsect2>
903
 
 
904
 
 <tocsect2 name="17.4 Xlink Attribute Module" url="linking.html#xlink-att-mod">
905
 
 </tocsect2>
906
 
 
907
 
 <tocsect2 name="17.5 ExternalResourcesRequired Attribute Module" url="linking.html#err-att-mod">
908
 
 </tocsect2>
909
 
 
910
 
 <tocsect2 name="17.6 View Module" url="linking.html#view-mod">
911
 
 </tocsect2>
912
 
 
913
 
 <tocsect2 name="17.7 DOM interfaces" url="linking.html#DOMInterfaces">
914
 
 </tocsect2>
915
 
 
916
 
</tocsect1>
917
 
 
918
 
<tocsect1 name="18 Scripting" url="script.html">
919
 
 
920
 
 
921
 
 <tocsect2 name="18.1 Specifying the scripting language" url="script.html#ScriptingLanguage">
922
 
 
923
 
 
924
 
 <tocsect3 name="18.1.1 Specifying the default scripting language" url="script.html#DefaultScriptingLanguage">
925
 
 </tocsect3>
926
 
 
927
 
 <tocsect3 name="18.1.2 Local declaration of a scripting language" url="script.html#SpecifiedScriptingLanguage">
928
 
 </tocsect3>
929
 
 
930
 
 </tocsect2>
931
 
 
932
 
 <tocsect2 name="18.2 The 'script' element" url="script.html#ScriptElement">
933
 
 </tocsect2>
934
 
 
935
 
 <tocsect2 name="18.3 Event handling" url="script.html#EventHandling">
936
 
 </tocsect2>
937
 
 
938
 
 <tocsect2 name="18.4 Event attributes" url="script.html#EventAttributes">
939
 
 </tocsect2>
940
 
 
941
 
 <tocsect2 name="18.5 Scripting Module" url="script.html#scripting-mod">
942
 
 </tocsect2>
943
 
 
944
 
 <tocsect2 name="18.6 DOM interfaces" url="script.html#DOMInterfaces">
945
 
 </tocsect2>
946
 
 
947
 
</tocsect1>
948
 
 
949
 
<tocsect1 name="19 Animation" url="animate.html">
950
 
 
951
 
 
952
 
 <tocsect2 name="19.1 Introduction" url="animate.html#Introduction">
953
 
 </tocsect2>
954
 
 
955
 
 <tocsect2 name="19.2 Animation elements" url="animate.html#Animation.class">
956
 
 
957
 
 
958
 
 <tocsect3 name="19.2.1 Overview" url="animate.html#AnimateElementsIntro">
959
 
 </tocsect3>
960
 
 
961
 
 <tocsect3 name="19.2.2 Relationship to SMIL Animation" url="animate.html#RelationshipToSMILAnimation">
962
 
 </tocsect3>
963
 
 
964
 
 <tocsect3 name="19.2.3 Animation elements example" url="animate.html#Animation.classExample">
965
 
 </tocsect3>
966
 
 
967
 
 <tocsect3 name="19.2.4 Attributes to identify the target element for an animation" url="animate.html#TargetElement">
968
 
 </tocsect3>
969
 
 
970
 
 <tocsect3 name="19.2.5 Attributes to identify the target attribute or property for an animation" url="animate.html#TargetAttributes">
971
 
 </tocsect3>
972
 
 
973
 
 <tocsect3 name="19.2.6 Attributes to control the timing of the animation" url="animate.html#TimingAttributes">
974
 
 </tocsect3>
975
 
 
976
 
 <tocsect3 name="19.2.7 Attributes that define animation values over time" url="animate.html#ValueAttributes">
977
 
 </tocsect3>
978
 
 
979
 
 <tocsect3 name="19.2.8 Attributes that control whether animations are additive" url="animate.html#AdditionAttributes">
980
 
 </tocsect3>
981
 
 
982
 
 <tocsect3 name="19.2.9 Inheritance" url="animate.html#Inheritance">
983
 
 </tocsect3>
984
 
 
985
 
 <tocsect3 name="19.2.10 The 'animate' element" url="animate.html#AnimateElement">
986
 
 </tocsect3>
987
 
 
988
 
 <tocsect3 name="19.2.11 The 'set' element" url="animate.html#SetElement">
989
 
 </tocsect3>
990
 
 
991
 
 <tocsect3 name="19.2.12 The 'animateMotion' element" url="animate.html#AnimateMotionElement">
992
 
 </tocsect3>
993
 
 
994
 
 <tocsect3 name="19.2.13 The 'animateColor' element" url="animate.html#AnimateColorElement">
995
 
 </tocsect3>
996
 
 
997
 
 <tocsect3 name="19.2.14 The 'animateTransform' element" url="animate.html#AnimateTransformElement">
998
 
 </tocsect3>
999
 
 
1000
 
 <tocsect3 name="19.2.15 Elements, attributes and properties that can be animated" url="animate.html#AnimationAttributesAndProperties">
1001
 
 </tocsect3>
1002
 
 
1003
 
 </tocsect2>
1004
 
 
1005
 
 <tocsect2 name="19.3 Animation using the SVG DOM" url="animate.html#DOMAnimationExample">
1006
 
 </tocsect2>
1007
 
 
1008
 
 <tocsect2 name="19.4 Animation Module" url="animate.html#animation-mod">
1009
 
 </tocsect2>
1010
 
 
1011
 
 <tocsect2 name="19.5 DOM interfaces" url="animate.html#DOMInterfaces">
1012
 
 </tocsect2>
1013
 
 
1014
 
</tocsect1>
1015
 
 
1016
 
<tocsect1 name="20 Fonts" url="fonts.html">
1017
 
 
1018
 
 
1019
 
 <tocsect2 name="20.1 Introduction" url="fonts.html#Introduction">
1020
 
 </tocsect2>
1021
 
 
1022
 
 <tocsect2 name="20.2 Overview of SVG fonts" url="fonts.html#SVGFontsOverview">
1023
 
 </tocsect2>
1024
 
 
1025
 
 <tocsect2 name="20.3 The 'font' element" url="fonts.html#FontElement">
1026
 
 </tocsect2>
1027
 
 
1028
 
 <tocsect2 name="20.4 The 'glyph' element" url="fonts.html#GlyphElement">
1029
 
 </tocsect2>
1030
 
 
1031
 
 <tocsect2 name="20.5 The 'missing-glyph' element" url="fonts.html#MissingGlyphElement">
1032
 
 </tocsect2>
1033
 
 
1034
 
 <tocsect2 name="20.6 Glyph selection rules" url="fonts.html#GlyphSelectionRules">
1035
 
 </tocsect2>
1036
 
 
1037
 
 <tocsect2 name="20.7 The 'hkern' and 'vkern' elements" url="fonts.html#KernElements">
1038
 
 </tocsect2>
1039
 
 
1040
 
 <tocsect2 name="20.8 Describing a font" url="fonts.html#FontDescriptions">
1041
 
 
1042
 
 
1043
 
 <tocsect3 name="20.8.1 Overview of font descriptions" url="fonts.html#FontDescriptionsOverview">
1044
 
 </tocsect3>
1045
 
 
1046
 
 <tocsect3 name="20.8.2 Alternative ways for providing a font description" url="fonts.html#FontDescriptionsAlternatives">
1047
 
 </tocsect3>
1048
 
 
1049
 
 <tocsect3 name="20.8.3 The 'font-face' element" url="fonts.html#FontFaceElement">
1050
 
 </tocsect3>
1051
 
 
1052
 
 </tocsect2>
1053
 
 
1054
 
 <tocsect2 name="20.9 Full Font Module" url="fonts.html#font-mod">
1055
 
 </tocsect2>
1056
 
 
1057
 
 <tocsect2 name="20.10 Basic Font Module" url="fonts.html#basic-font-mod">
1058
 
 </tocsect2>
1059
 
 
1060
 
 <tocsect2 name="20.11 DOM interfaces" url="fonts.html#DOMInterfaces">
1061
 
 </tocsect2>
1062
 
 
1063
 
</tocsect1>
1064
 
 
1065
 
<tocsect1 name="21 Metadata" url="metadata.html">
1066
 
 
1067
 
 
1068
 
 <tocsect2 name="21.1 Introduction" url="metadata.html#Introduction">
1069
 
 </tocsect2>
1070
 
 
1071
 
 <tocsect2 name="21.2 The 'metadata' element" url="metadata.html#MetadataElement">
1072
 
 </tocsect2>
1073
 
 
1074
 
 <tocsect2 name="21.3 An example" url="metadata.html#Example">
1075
 
 </tocsect2>
1076
 
 
1077
 
 <tocsect2 name="21.4 DOM interfaces" url="metadata.html#DOMInterfaces">
1078
 
 </tocsect2>
1079
 
 
1080
 
</tocsect1>
1081
 
 
1082
 
<tocsect1 name="22 Backwards Compatibility" url="backward.html">
1083
 
</tocsect1>
1084
 
 
1085
 
<tocsect1 name="23 Extensibility" url="extend.html">
1086
 
 
1087
 
 
1088
 
 <tocsect2 name="23.1 Foreign namespaces and private data" url="extend.html#PrivateData">
1089
 
 </tocsect2>
1090
 
 
1091
 
 <tocsect2 name="23.2 Embedding foreign object types" url="extend.html#EmbeddingForeignObjects">
1092
 
 </tocsect2>
1093
 
 
1094
 
 <tocsect2 name="23.3 The 'foreignObject' element" url="extend.html#ForeignObjectElement">
1095
 
 </tocsect2>
1096
 
 
1097
 
 <tocsect2 name="23.4 An example" url="extend.html#AnExample">
1098
 
 </tocsect2>
1099
 
 
1100
 
 <tocsect2 name="23.5 Adding private elements and attributes to the DTD" url="extend.html#PrivateElementsAndAttribute">
1101
 
 </tocsect2>
1102
 
 
1103
 
 <tocsect2 name="23.6 Extensibility Module" url="extend.html#extensibility-mod">
1104
 
 </tocsect2>
1105
 
 
1106
 
 <tocsect2 name="23.7 DOM interfaces" url="extend.html#DOMInterfaces">
1107
 
 
1108
 
 </tocsect2>
1109
 
 
1110
 
</tocsect1>
1111
 
 
1112
 
<tocsect1 name="Appendix A: DTD" url="svgdtd.html">
1113
 
 <tocsect2 name="A.1 SVG 1.1 DTD Module Implementations" url="svgdtd.html#DTD.1">
1114
 
 
1115
 
 <tocsect3 name="A.1.1 Modular Framework Module" url="svgdtd.html#DTD.1.1">
1116
 
 </tocsect3>
1117
 
 
1118
 
 <tocsect3 name="A.1.2 Datatypes Module" url="svgdtd.html#DTD.1.2">
1119
 
 </tocsect3>
1120
 
 
1121
 
 <tocsect3 name="A.1.3 Qualified Name Module" url="svgdtd.html#DTD.1.3">
1122
 
 </tocsect3>
1123
 
 
1124
 
 <tocsect3 name="A.1.4 Core Attribute Module" url="svgdtd.html#DTD.1.4">
1125
 
 </tocsect3>
1126
 
 
1127
 
 <tocsect3 name="A.1.5 Container Attribute Module" url="svgdtd.html#DTD.1.5">
1128
 
 </tocsect3>
1129
 
 
1130
 
 <tocsect3 name="A.1.6 Viewport Attribute Module" url="svgdtd.html#DTD.1.6">
1131
 
 </tocsect3>
1132
 
 
1133
 
 <tocsect3 name="A.1.7 Paint Attribute Module" url="svgdtd.html#DTD.1.7">
1134
 
 </tocsect3>
1135
 
 
1136
 
 <tocsect3 name="A.1.8 Basic Paint Attribute Module" url="svgdtd.html#DTD.1.8">
1137
 
 </tocsect3>
1138
 
 
1139
 
 <tocsect3 name="A.1.9 Paint Opacity Attribute Module" url="svgdtd.html#DTD.1.9">
1140
 
 </tocsect3>
1141
 
 
1142
 
 <tocsect3 name="A.1.10 Graphics Attribute Module" url="svgdtd.html#DTD.1.10">
1143
 
 </tocsect3>
1144
 
 
1145
 
 <tocsect3 name="A.1.11 Basic Graphics Attribute Module" url="svgdtd.html#DTD.1.11">
1146
 
 </tocsect3>
1147
 
 
1148
 
 <tocsect3 name="A.1.12 Document Events Attribute Module" url="svgdtd.html#DTD.1.12">
1149
 
 </tocsect3>
1150
 
 
1151
 
 <tocsect3 name="A.1.13 Graphical Element Events Attribute Module" url="svgdtd.html#DTD.1.13">
1152
 
 </tocsect3>
1153
 
 
1154
 
 <tocsect3 name="A.1.14 Animation Events Attribute Module" url="svgdtd.html#DTD.1.14">
1155
 
 </tocsect3>
1156
 
 
1157
 
 <tocsect3 name="A.1.15 XLink Attribute Module" url="svgdtd.html#DTD.1.15">
1158
 
 </tocsect3>
1159
 
 
1160
 
 <tocsect3 name="A.1.16 External Resources Attribute Module" url="svgdtd.html#DTD.1.16">
1161
 
 </tocsect3>
1162
 
 
1163
 
 <tocsect3 name="A.1.17 Structure Module" url="svgdtd.html#DTD.1.17">
1164
 
 </tocsect3>
1165
 
 
1166
 
 <tocsect3 name="A.1.18 Basic Structure Module" url="svgdtd.html#DTD.1.18">
1167
 
 </tocsect3>
1168
 
 
1169
 
 <tocsect3 name="A.1.19 Conditional Processing Module" url="svgdtd.html#DTD.1.19">
1170
 
 </tocsect3>
1171
 
 
1172
 
 <tocsect3 name="A.1.20 Image Module" url="svgdtd.html#DTD.1.20">
1173
 
 </tocsect3>
1174
 
 
1175
 
 <tocsect3 name="A.1.21 Style Module" url="svgdtd.html#DTD.1.21">
1176
 
 </tocsect3>
1177
 
 
1178
 
 <tocsect3 name="A.1.22 Shape Module" url="svgdtd.html#DTD.1.22">
1179
 
 </tocsect3>
1180
 
 
1181
 
 <tocsect3 name="A.1.23 Text Module" url="svgdtd.html#DTD.1.23">
1182
 
 </tocsect3>
1183
 
 
1184
 
 <tocsect3 name="A.1.24 Basic Text Module" url="svgdtd.html#DTD.1.24">
1185
 
 </tocsect3>
1186
 
 
1187
 
 <tocsect3 name="A.1.25 Marker Module" url="svgdtd.html#DTD.1.25">
1188
 
 </tocsect3>
1189
 
 
1190
 
 <tocsect3 name="A.1.26 Color Profile Module" url="svgdtd.html#DTD.1.26">
1191
 
 </tocsect3>
1192
 
 
1193
 
 <tocsect3 name="A.1.27 Gradient Module" url="svgdtd.html#DTD.1.27">
1194
 
 </tocsect3>
1195
 
 
1196
 
 <tocsect3 name="A.1.28 Pattern Module" url="svgdtd.html#DTD.1.28">
1197
 
 </tocsect3>
1198
 
 
1199
 
 <tocsect3 name="A.1.29 Clip Module" url="svgdtd.html#DTD.1.29">
1200
 
 </tocsect3>
1201
 
 
1202
 
 <tocsect3 name="A.1.30 Basic Clip Module" url="svgdtd.html#DTD.1.30">
1203
 
 </tocsect3>
1204
 
 
1205
 
 <tocsect3 name="A.1.31 Mask Module" url="svgdtd.html#DTD.1.31">
1206
 
 </tocsect3>
1207
 
 
1208
 
 <tocsect3 name="A.1.32 Filter Module" url="svgdtd.html#DTD.1.32">
1209
 
 </tocsect3>
1210
 
 
1211
 
 <tocsect3 name="A.1.33 Basic Filter Module" url="svgdtd.html#DTD.1.33">
1212
 
 </tocsect3>
1213
 
 
1214
 
 <tocsect3 name="A.1.34 Cursor Module" url="svgdtd.html#DTD.1.34">
1215
 
 </tocsect3>
1216
 
 
1217
 
 <tocsect3 name="A.1.35 Hyperlinking Module" url="svgdtd.html#DTD.1.35">
1218
 
 </tocsect3>
1219
 
 
1220
 
 <tocsect3 name="A.1.36 View Module" url="svgdtd.html#DTD.1.36">
1221
 
 </tocsect3>
1222
 
 
1223
 
 <tocsect3 name="A.1.37 Scripting Module" url="svgdtd.html#DTD.1.37">
1224
 
 </tocsect3>
1225
 
 
1226
 
 <tocsect3 name="A.1.38 Animation Module" url="svgdtd.html#DTD.1.38">
1227
 
 </tocsect3>
1228
 
 
1229
 
 <tocsect3 name="A.1.39 Font Module" url="svgdtd.html#DTD.1.39">
1230
 
 </tocsect3>
1231
 
 
1232
 
 <tocsect3 name="A.1.40 Basic Font Module" url="svgdtd.html#DTD.1.40">
1233
 
 </tocsect3>
1234
 
 
1235
 
 <tocsect3 name="A.1.41 Extensibility Module" url="svgdtd.html#DTD.1.41">
1236
 
 </tocsect3>
1237
 
 </tocsect2>
1238
 
 
1239
 
 <tocsect2 name="A.2 SVG 1.1 Document Type Definition" url="svgdtd.html#DTD.2">
1240
 
 
1241
 
 
1242
 
 <tocsect3 name="A.2.1 SVG 1.1 DTD Driver" url="svgdtd.html#DTD.2.1">
1243
 
 </tocsect3>
1244
 
 
1245
 
 <tocsect3 name="A.2.2 SVG 1.1 Document Model" url="svgdtd.html#DTD.2.2">
1246
 
 </tocsect3>
1247
 
 
1248
 
 <tocsect3 name="A.2.3 SVG 1.1 Attribute Collection" url="svgdtd.html#DTD.2.3">
1249
 
 </tocsect3>
1250
 
 </tocsect2>
1251
 
</tocsect1>
1252
 
 
1253
 
<tocsect1 name="Appendix B: SVG Document Object Model (DOM)" url="svgdom.html">
1254
 
 
1255
 
 
1256
 
 <tocsect2 name="B.1 SVG DOM Overview" url="svgdom.html#SVGDOMOverview">
1257
 
 </tocsect2>
1258
 
 
1259
 
 <tocsect2 name="B.2 Naming Conventions" url="svgdom.html#SVGDOMNamingConventions">
1260
 
 </tocsect2>
1261
 
 
1262
 
 <tocsect2 name="B.3 Interface SVGException" url="svgdom.html#InterfaceSVGException">
1263
 
 </tocsect2>
1264
 
 
1265
 
 <tocsect2 name="B.4 Feature strings for the hasFeature method call" url="svgdom.html#FeatureStrings">
1266
 
 </tocsect2>
1267
 
 
1268
 
 <tocsect2 name="B.5 Relationship with DOM2 events" url="svgdom.html#RelationShipWithDOM2Events">
1269
 
 </tocsect2>
1270
 
 
1271
 
 <tocsect2 name="B.6 Relationship with DOM2 CSS object model (CSS OM)" url="svgdom.html#RelationShipWithCSSOM">
1272
 
 
1273
 
 
1274
 
 <tocsect3 name="B.6.1 Introduction" url="svgdom.html#CSSDOMIntro">
1275
 
 </tocsect3>
1276
 
 
1277
 
 <tocsect3 name="B.6.2 User agents that do not support styling with CSS" url="svgdom.html#CSSDOMFeaturesNoCSSSupport">
1278
 
 </tocsect3>
1279
 
 
1280
 
 <tocsect3 name="B.6.3 User agents that support styling with CSS" url="svgdom.html#CSSDOMFeaturesWithCSSSupport">
1281
 
 </tocsect3>
1282
 
 
1283
 
 <tocsect3 name="B.6.4 Extended interfaces" url="svgdom.html#ExtendedInterfaces">
1284
 
 </tocsect3>
1285
 
 
1286
 
 </tocsect2>
1287
 
 
1288
 
 <tocsect2 name="B.7 Invalid values" url="svgdom.html#InvalidValues">
1289
 
 </tocsect2>
1290
 
 
1291
 
</tocsect1>
1292
 
 
1293
 
<tocsect1 name="Appendix C: IDL Definitions" url="idl.html">
1294
 
</tocsect1>
1295
 
 
1296
 
<tocsect1 name="Appendix D: Java Language Binding" url="java.html">
1297
 
 
1298
 
 
1299
 
 <tocsect2 name="D.1 Using SVG with Java" url="java.html#UsingSVGWithJava">
1300
 
 </tocsect2>
1301
 
 
1302
 
</tocsect1>
1303
 
 
1304
 
<tocsect1 name="Appendix E: ECMAScript Language Binding" url="escript.html">
1305
 
</tocsect1>
1306
 
 
1307
 
<tocsect1 name="Appendix F: Implementation Requirements" url="implnote.html">
1308
 
 
1309
 
 
1310
 
 <tocsect2 name="F.1 Introduction" url="implnote.html#Introduction">
1311
 
 </tocsect2>
1312
 
 
1313
 
 <tocsect2 name="F.2 Error processing" url="implnote.html#ErrorProcessing">
1314
 
 </tocsect2>
1315
 
 
1316
 
 <tocsect2 name="F.3 Version control" url="implnote.html#VersionControl">
1317
 
 </tocsect2>
1318
 
 
1319
 
 <tocsect2 name="F.4 Clamping values which are restricted to a particular range" url="implnote.html#RangeClamping">
1320
 
 </tocsect2>
1321
 
 
1322
 
 <tocsect2 name="F.5 'path' element implementation notes" url="implnote.html#PathElementImplementationNotes">
1323
 
 </tocsect2>
1324
 
 
1325
 
 <tocsect2 name="F.6 Elliptical arc implementation notes" url="implnote.html#ArcImplementationNotes">
1326
 
 
1327
 
 
1328
 
 <tocsect3 name="F.6.1 Elliptical arc syntax" url="implnote.html#ArcSyntax">
1329
 
 </tocsect3>
1330
 
 
1331
 
 <tocsect3 name="F.6.2 Out-of-range parameters" url="implnote.html#ArcOutOfRangeParameters">
1332
 
 </tocsect3>
1333
 
 
1334
 
 <tocsect3 name="F.6.3 Parameterization alternatives" url="implnote.html#ArcParameterizationAlternatives">
1335
 
 </tocsect3>
1336
 
 
1337
 
 <tocsect3 name="F.6.4 Conversion from center to endpoint parameterization" url="implnote.html#ArcConversionCenterToEndpoint">
1338
 
 </tocsect3>
1339
 
 
1340
 
 <tocsect3 name="F.6.5 Conversion from endpoint to center parameterization" url="implnote.html#ArcConversionEndpointToCenter">
1341
 
 </tocsect3>
1342
 
 
1343
 
 <tocsect3 name="F.6.6 Correction of out-of-range radii" url="implnote.html#ArcCorrectionOutOfRangeRadii">
1344
 
 </tocsect3>
1345
 
 
1346
 
 </tocsect2>
1347
 
 
1348
 
 <tocsect2 name="F.7 Text selection implementation notes" url="implnote.html#TextSelectionImplementationNotes">
1349
 
 </tocsect2>
1350
 
 
1351
 
 <tocsect2 name="F.8 Printing implementation notes" url="implnote.html#PrintingImplementationNotes">
1352
 
 </tocsect2>
1353
 
 
1354
 
</tocsect1>
1355
 
 
1356
 
<tocsect1 name="Appendix G: Conformance Criteria" url="conform.html">
1357
 
 
1358
 
 
1359
 
 <tocsect2 name="G.1 Introduction" url="conform.html#Introduction">
1360
 
 </tocsect2>
1361
 
 
1362
 
 <tocsect2 name="G.2 Conforming SVG Document Fragments" url="conform.html#ConformingSVGDocuments">
1363
 
 </tocsect2>
1364
 
 
1365
 
 <tocsect2 name="G.3 Conforming SVG Stand-Alone Files" url="conform.html#ConformingSVGStandAloneFiles">
1366
 
 </tocsect2>
1367
 
 
1368
 
 <tocsect2 name="G.4 Conforming SVG Included Document Fragments" url="conform.html#ConformingSVGIncludedDocuments">
1369
 
 </tocsect2>
1370
 
 
1371
 
 <tocsect2 name="G.5 Conforming SVG Generators" url="conform.html#ConformingSVGGenerators">
1372
 
 </tocsect2>
1373
 
 
1374
 
 <tocsect2 name="G.6 Conforming SVG Interpreters" url="conform.html#ConformingSVGInterpreters">
1375
 
 </tocsect2>
1376
 
 
1377
 
 <tocsect2 name="G.7 Conforming SVG Viewers" url="conform.html#ConformingSVGViewers">
1378
 
 </tocsect2>
1379
 
 
1380
 
</tocsect1>
1381
 
 
1382
 
<tocsect1 name="Appendix H: Accessibility Support" url="access.html">
1383
 
 
1384
 
 
1385
 
 <tocsect2 name="H.1 WAI Accessibility Guidelines" url="access.html#AccessibilityAndSVG">
1386
 
 </tocsect2>
1387
 
 
1388
 
 <tocsect2 name="H.2 SVG Content Accessibility Guidelines" url="access.html#SVGAccessibilityGuidelines">
1389
 
 </tocsect2>
1390
 
 
1391
 
</tocsect1>
1392
 
 
1393
 
<tocsect1 name="Appendix I: Internationalization Support" url="i18n.html">
1394
 
 
1395
 
 
1396
 
 <tocsect2 name="I.1 Introduction" url="i18n.html#Intro">
1397
 
 </tocsect2>
1398
 
 
1399
 
 <tocsect2 name="I.2 Internationalization and SVG" url="i18n.html#InternationalizationAndSVG">
1400
 
 </tocsect2>
1401
 
 
1402
 
 <tocsect2 name="I.3 SVG Internationalization Guidelines" url="i18n.html#SVGInternationalizationGuidelines">
1403
 
 </tocsect2>
1404
 
 
1405
 
</tocsect1>
1406
 
 
1407
 
<tocsect1 name="Appendix J: Minimizing SVG File Sizes" url="minimize.html">
1408
 
</tocsect1>
1409
 
 
1410
 
<tocsect1 name="Appendix K: References" url="refs.html">
1411
 
 
1412
 
 
1413
 
 <tocsect2 name="K.1 Normative references" url="refs.html#q1">
1414
 
 </tocsect2>
1415
 
 
1416
 
 <tocsect2 name="K.2 Informative references" url="refs.html#q2">
1417
 
 </tocsect2>
1418
 
 
1419
 
</tocsect1>
1420
 
 
1421
 
<tocsect1 name="Appendix L: Element Index" url="eltindex.html">
1422
 
</tocsect1>
1423
 
 
1424
 
<tocsect1 name="Appendix M: Attribute Index" url="attindex.html">
1425
 
</tocsect1>
1426
 
 
1427
 
<tocsect1 name="Appendix N: Property Index" url="propidx.html">
1428
 
</tocsect1>
1429
 
 
1430
 
<tocsect1 name="Appendix O: Feature Strings" url="propidx.html">
1431
 
</tocsect1>
1432
 
 
1433
 
<tocsect1 name="Appendix P: Index" url="indexlist.html">
1434
 
</tocsect1>
1435
 
 
1436
 
<tocsect1 name="Expanded Table of Contents" url="expanded-toc.html">
1437
 
</tocsect1>
1438
 
<tocsect1 name="Copyright notice" url="copyright-notice.html">
1439
 
 <tocsect2 name="W3C Document Copyright Notice and License" url="copyright-notice.html#Copyright-notice-document">
1440
 
 </tocsect2>
1441
 
 <tocsect2 name="W3C Software Copyright Notice and License" url="copyright-notice.html#Copyright-notice-software">
1442
 
 </tocsect2>
1443
 
</tocsect1>
1444
 
 
1445
 
</kdeveloptoc>
1446