sevgi 0.0.0 → 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +26 -6
- data/lib/sevgi/function.rb +3 -3
- data/lib/sevgi/geometry/elements/rect.rb +2 -2
- data/lib/sevgi/geometry/elements/segment.rb +2 -2
- data/lib/sevgi/geometry/equation/line/diagonal.rb +5 -11
- data/lib/sevgi/geometry/operation/sweep.rb +1 -1
- data/lib/sevgi/geometry/point.rb +3 -3
- data/lib/sevgi/graphics/attribute.rb +9 -9
- data/lib/sevgi/graphics/content.rb +2 -2
- data/lib/sevgi/graphics/document/default.rb +3 -3
- data/lib/sevgi/graphics/document/inkscape.rb +3 -2
- data/lib/sevgi/graphics/mixtures/hatch.rb +4 -4
- data/lib/sevgi/graphics/mixtures/identify.rb +4 -2
- data/lib/sevgi/graphics/mixtures/render.rb +2 -2
- data/lib/sevgi/graphics/mixtures/replicate.rb +4 -7
- data/lib/sevgi/graphics/mixtures/transform.rb +3 -3
- data/lib/sevgi/internal/locate.rb +1 -3
- data/lib/sevgi/internal/margin.rb +1 -1
- data/lib/sevgi/internal/minitest/script.rb +1 -1
- data/lib/sevgi/internal/minitest/shell.rb +3 -3
- data/lib/sevgi/internal/minitest/suite.rb +1 -1
- data/lib/sevgi/internal/paper.rb +1 -1
- data/lib/sevgi/standard/data/attribute.rb +20 -20
- data/lib/sevgi/standard/data/element.rb +21 -21
- data/lib/sevgi/standard/data/specification.rb +160 -160
- data/lib/sevgi/standard/errors.rb +1 -1
- data/lib/sevgi/utensils/external.rb +1 -1
- data/lib/sevgi/utensils/grid.rb +3 -3
- data/lib/sevgi/version.rb +1 -1
- metadata +7 -7
@@ -4,7 +4,7 @@ module Sevgi
|
|
4
4
|
module Standard
|
5
5
|
module Specification
|
6
6
|
import(
|
7
|
-
a:
|
7
|
+
a: {
|
8
8
|
attributes: %i[
|
9
9
|
Aria
|
10
10
|
ConditionalProcessing
|
@@ -37,10 +37,10 @@ module Sevgi
|
|
37
37
|
UnrelatedCommon
|
38
38
|
],
|
39
39
|
|
40
|
-
model: :SomeElements
|
40
|
+
model: :SomeElements
|
41
41
|
},
|
42
42
|
|
43
|
-
animate:
|
43
|
+
animate: {
|
44
44
|
attributes: %i[
|
45
45
|
AnimationAddition
|
46
46
|
AnimationAttributeTarget
|
@@ -62,10 +62,10 @@ module Sevgi
|
|
62
62
|
Descriptive
|
63
63
|
],
|
64
64
|
|
65
|
-
model: :SomeElements
|
65
|
+
model: :SomeElements
|
66
66
|
},
|
67
67
|
|
68
|
-
animateMotion:
|
68
|
+
animateMotion: {
|
69
69
|
attributes: %i[
|
70
70
|
AnimationAddition
|
71
71
|
AnimationAttributeTarget
|
@@ -92,10 +92,10 @@ module Sevgi
|
|
92
92
|
mpath
|
93
93
|
],
|
94
94
|
|
95
|
-
model: :SomeElements
|
95
|
+
model: :SomeElements
|
96
96
|
},
|
97
97
|
|
98
|
-
animateTransform:
|
98
|
+
animateTransform: {
|
99
99
|
attributes: %i[
|
100
100
|
AnimationAddition
|
101
101
|
AnimationAttributeTarget
|
@@ -117,10 +117,10 @@ module Sevgi
|
|
117
117
|
Descriptive
|
118
118
|
],
|
119
119
|
|
120
|
-
model: :SomeElements
|
120
|
+
model: :SomeElements
|
121
121
|
},
|
122
122
|
|
123
|
-
circle:
|
123
|
+
circle: {
|
124
124
|
attributes: %i[
|
125
125
|
Aria
|
126
126
|
ConditionalProcessing
|
@@ -143,10 +143,10 @@ module Sevgi
|
|
143
143
|
Descriptive
|
144
144
|
],
|
145
145
|
|
146
|
-
model: :SomeElements
|
146
|
+
model: :SomeElements
|
147
147
|
},
|
148
148
|
|
149
|
-
clipPath:
|
149
|
+
clipPath: {
|
150
150
|
attributes: %i[
|
151
151
|
ConditionalProcessing
|
152
152
|
Core
|
@@ -165,10 +165,10 @@ module Sevgi
|
|
165
165
|
use
|
166
166
|
],
|
167
167
|
|
168
|
-
model: :SomeElements
|
168
|
+
model: :SomeElements
|
169
169
|
},
|
170
170
|
|
171
|
-
"color-profile":
|
171
|
+
"color-profile": {
|
172
172
|
attributes: %i[
|
173
173
|
Core
|
174
174
|
Xlink
|
@@ -182,10 +182,10 @@ module Sevgi
|
|
182
182
|
Descriptive
|
183
183
|
],
|
184
184
|
|
185
|
-
model: :SomeElements
|
185
|
+
model: :SomeElements
|
186
186
|
},
|
187
187
|
|
188
|
-
cursor:
|
188
|
+
cursor: {
|
189
189
|
attributes: %i[
|
190
190
|
ConditionalProcessing
|
191
191
|
Core
|
@@ -200,10 +200,10 @@ module Sevgi
|
|
200
200
|
Descriptive
|
201
201
|
],
|
202
202
|
|
203
|
-
model: :SomeElements
|
203
|
+
model: :SomeElements
|
204
204
|
},
|
205
205
|
|
206
|
-
defs:
|
206
|
+
defs: {
|
207
207
|
attributes: %i[
|
208
208
|
Core
|
209
209
|
EventDocument
|
@@ -223,10 +223,10 @@ module Sevgi
|
|
223
223
|
UnrelatedCommon
|
224
224
|
],
|
225
225
|
|
226
|
-
model: :SomeElements
|
226
|
+
model: :SomeElements
|
227
227
|
},
|
228
228
|
|
229
|
-
desc:
|
229
|
+
desc: {
|
230
230
|
attributes: %i[
|
231
231
|
Core
|
232
232
|
EventDocument
|
@@ -237,10 +237,10 @@ module Sevgi
|
|
237
237
|
|
238
238
|
elements: nil,
|
239
239
|
|
240
|
-
model: :CDataOnly
|
240
|
+
model: :CDataOnly
|
241
241
|
},
|
242
242
|
|
243
|
-
discard:
|
243
|
+
discard: {
|
244
244
|
attributes: %i[
|
245
245
|
Aria
|
246
246
|
ConditionalProcessing
|
@@ -258,10 +258,10 @@ module Sevgi
|
|
258
258
|
script
|
259
259
|
],
|
260
260
|
|
261
|
-
model: :SomeElements
|
261
|
+
model: :SomeElements
|
262
262
|
},
|
263
263
|
|
264
|
-
ellipse:
|
264
|
+
ellipse: {
|
265
265
|
attributes: %i[
|
266
266
|
Aria
|
267
267
|
ConditionalProcessing
|
@@ -285,10 +285,10 @@ module Sevgi
|
|
285
285
|
Descriptive
|
286
286
|
],
|
287
287
|
|
288
|
-
model: :SomeElements
|
288
|
+
model: :SomeElements
|
289
289
|
},
|
290
290
|
|
291
|
-
feBlend:
|
291
|
+
feBlend: {
|
292
292
|
attributes: %i[
|
293
293
|
Core
|
294
294
|
FilterPrimitive
|
@@ -305,10 +305,10 @@ module Sevgi
|
|
305
305
|
set
|
306
306
|
],
|
307
307
|
|
308
|
-
model: :SomeElements
|
308
|
+
model: :SomeElements
|
309
309
|
},
|
310
310
|
|
311
|
-
feColorMatrix:
|
311
|
+
feColorMatrix: {
|
312
312
|
attributes: %i[
|
313
313
|
Core
|
314
314
|
FilterPrimitive
|
@@ -325,7 +325,7 @@ module Sevgi
|
|
325
325
|
set
|
326
326
|
],
|
327
327
|
|
328
|
-
model: :SomeElements
|
328
|
+
model: :SomeElements
|
329
329
|
},
|
330
330
|
|
331
331
|
feComponentTransfer: {
|
@@ -345,10 +345,10 @@ module Sevgi
|
|
345
345
|
feFuncG
|
346
346
|
],
|
347
347
|
|
348
|
-
model: :SomeElements
|
348
|
+
model: :SomeElements
|
349
349
|
},
|
350
350
|
|
351
|
-
feComposite:
|
351
|
+
feComposite: {
|
352
352
|
attributes: %i[
|
353
353
|
Core
|
354
354
|
FilterPrimitive
|
@@ -369,10 +369,10 @@ module Sevgi
|
|
369
369
|
set
|
370
370
|
],
|
371
371
|
|
372
|
-
model: :SomeElements
|
372
|
+
model: :SomeElements
|
373
373
|
},
|
374
374
|
|
375
|
-
feConvolveMatrix:
|
375
|
+
feConvolveMatrix: {
|
376
376
|
attributes: %i[
|
377
377
|
Core
|
378
378
|
FilterPrimitive
|
@@ -396,10 +396,10 @@ module Sevgi
|
|
396
396
|
set
|
397
397
|
],
|
398
398
|
|
399
|
-
model: :SomeElements
|
399
|
+
model: :SomeElements
|
400
400
|
},
|
401
401
|
|
402
|
-
feDiffuseLighting:
|
402
|
+
feDiffuseLighting: {
|
403
403
|
attributes: %i[
|
404
404
|
Core
|
405
405
|
FilterPrimitive
|
@@ -415,10 +415,10 @@ module Sevgi
|
|
415
415
|
elements: nil,
|
416
416
|
|
417
417
|
# Any number of Descriptive elements and exactly one FilterLightSource element, in any order.
|
418
|
-
model: :SpecialFeDiffuseLighting
|
418
|
+
model: :SpecialFeDiffuseLighting
|
419
419
|
},
|
420
420
|
|
421
|
-
feDisplacementMap:
|
421
|
+
feDisplacementMap: {
|
422
422
|
attributes: %i[
|
423
423
|
Core
|
424
424
|
FilterPrimitive
|
@@ -437,10 +437,10 @@ module Sevgi
|
|
437
437
|
set
|
438
438
|
],
|
439
439
|
|
440
|
-
model: :SomeElements
|
440
|
+
model: :SomeElements
|
441
441
|
},
|
442
442
|
|
443
|
-
feDistantLight:
|
443
|
+
feDistantLight: {
|
444
444
|
attributes: %i[
|
445
445
|
Core
|
446
446
|
Style
|
@@ -454,10 +454,10 @@ module Sevgi
|
|
454
454
|
set
|
455
455
|
],
|
456
456
|
|
457
|
-
model: :SomeElements
|
457
|
+
model: :SomeElements
|
458
458
|
},
|
459
459
|
|
460
|
-
feDropShadow:
|
460
|
+
feDropShadow: {
|
461
461
|
attributes: %i[
|
462
462
|
Core
|
463
463
|
FilterPrimitive
|
@@ -476,10 +476,10 @@ module Sevgi
|
|
476
476
|
set
|
477
477
|
],
|
478
478
|
|
479
|
-
model: :SomeElements
|
479
|
+
model: :SomeElements
|
480
480
|
},
|
481
481
|
|
482
|
-
feFlood:
|
482
|
+
feFlood: {
|
483
483
|
attributes: %i[
|
484
484
|
Core
|
485
485
|
FilterPrimitive
|
@@ -492,10 +492,10 @@ module Sevgi
|
|
492
492
|
set
|
493
493
|
],
|
494
494
|
|
495
|
-
model: :SomeElements
|
495
|
+
model: :SomeElements
|
496
496
|
},
|
497
497
|
|
498
|
-
feFuncA:
|
498
|
+
feFuncA: {
|
499
499
|
attributes: %i[
|
500
500
|
Core
|
501
501
|
FilterTransferFunction
|
@@ -507,10 +507,10 @@ module Sevgi
|
|
507
507
|
set
|
508
508
|
],
|
509
509
|
|
510
|
-
model: :SomeElements
|
510
|
+
model: :SomeElements
|
511
511
|
},
|
512
512
|
|
513
|
-
feFuncB:
|
513
|
+
feFuncB: {
|
514
514
|
attributes: %i[
|
515
515
|
Core
|
516
516
|
FilterTransferFunction
|
@@ -522,10 +522,10 @@ module Sevgi
|
|
522
522
|
set
|
523
523
|
],
|
524
524
|
|
525
|
-
model: :SomeElements
|
525
|
+
model: :SomeElements
|
526
526
|
},
|
527
527
|
|
528
|
-
feFuncG:
|
528
|
+
feFuncG: {
|
529
529
|
attributes: %i[
|
530
530
|
Core
|
531
531
|
FilterTransferFunction
|
@@ -537,10 +537,10 @@ module Sevgi
|
|
537
537
|
set
|
538
538
|
],
|
539
539
|
|
540
|
-
model: :SomeElements
|
540
|
+
model: :SomeElements
|
541
541
|
},
|
542
542
|
|
543
|
-
feFuncR:
|
543
|
+
feFuncR: {
|
544
544
|
attributes: %i[
|
545
545
|
Core
|
546
546
|
FilterTransferFunction
|
@@ -552,10 +552,10 @@ module Sevgi
|
|
552
552
|
set
|
553
553
|
],
|
554
554
|
|
555
|
-
model: :SomeElements
|
555
|
+
model: :SomeElements
|
556
556
|
},
|
557
557
|
|
558
|
-
feGaussianBlur:
|
558
|
+
feGaussianBlur: {
|
559
559
|
attributes: %i[
|
560
560
|
Core
|
561
561
|
FilterPrimitive
|
@@ -572,10 +572,10 @@ module Sevgi
|
|
572
572
|
set
|
573
573
|
],
|
574
574
|
|
575
|
-
model: :SomeElements
|
575
|
+
model: :SomeElements
|
576
576
|
},
|
577
577
|
|
578
|
-
feImage:
|
578
|
+
feImage: {
|
579
579
|
attributes: %i[
|
580
580
|
Core
|
581
581
|
FilterPrimitive
|
@@ -594,10 +594,10 @@ module Sevgi
|
|
594
594
|
set
|
595
595
|
],
|
596
596
|
|
597
|
-
model: :SomeElements
|
597
|
+
model: :SomeElements
|
598
598
|
},
|
599
599
|
|
600
|
-
feMerge:
|
600
|
+
feMerge: {
|
601
601
|
attributes: %i[
|
602
602
|
Core
|
603
603
|
FilterPrimitive
|
@@ -609,10 +609,10 @@ module Sevgi
|
|
609
609
|
feMergeNode
|
610
610
|
],
|
611
611
|
|
612
|
-
model: :SomeElements
|
612
|
+
model: :SomeElements
|
613
613
|
},
|
614
614
|
|
615
|
-
feMergeNode:
|
615
|
+
feMergeNode: {
|
616
616
|
attributes: %i[
|
617
617
|
Core
|
618
618
|
Style
|
@@ -625,10 +625,10 @@ module Sevgi
|
|
625
625
|
set
|
626
626
|
],
|
627
627
|
|
628
|
-
model: :SomeElements
|
628
|
+
model: :SomeElements
|
629
629
|
},
|
630
630
|
|
631
|
-
feMorphology:
|
631
|
+
feMorphology: {
|
632
632
|
attributes: %i[
|
633
633
|
Core
|
634
634
|
FilterPrimitive
|
@@ -645,10 +645,10 @@ module Sevgi
|
|
645
645
|
set
|
646
646
|
],
|
647
647
|
|
648
|
-
model: :SomeElements
|
648
|
+
model: :SomeElements
|
649
649
|
},
|
650
650
|
|
651
|
-
feOffset:
|
651
|
+
feOffset: {
|
652
652
|
attributes: %i[
|
653
653
|
Core
|
654
654
|
FilterPrimitive
|
@@ -665,10 +665,10 @@ module Sevgi
|
|
665
665
|
set
|
666
666
|
],
|
667
667
|
|
668
|
-
model: :SomeElements
|
668
|
+
model: :SomeElements
|
669
669
|
},
|
670
670
|
|
671
|
-
fePointLight:
|
671
|
+
fePointLight: {
|
672
672
|
attributes: %i[
|
673
673
|
Core
|
674
674
|
Style
|
@@ -683,10 +683,10 @@ module Sevgi
|
|
683
683
|
set
|
684
684
|
],
|
685
685
|
|
686
|
-
model: :SomeElements
|
686
|
+
model: :SomeElements
|
687
687
|
},
|
688
688
|
|
689
|
-
feSpecularLighting:
|
689
|
+
feSpecularLighting: {
|
690
690
|
attributes: %i[
|
691
691
|
Core
|
692
692
|
FilterPrimitive
|
@@ -703,10 +703,10 @@ module Sevgi
|
|
703
703
|
elements: nil,
|
704
704
|
|
705
705
|
# Exactly one FilterLightSource element first and any number of Descriptive elements in any order.
|
706
|
-
model: :SpecialFeSpecularLighting
|
706
|
+
model: :SpecialFeSpecularLighting
|
707
707
|
},
|
708
708
|
|
709
|
-
feSpotLight:
|
709
|
+
feSpotLight: {
|
710
710
|
attributes: %i[
|
711
711
|
Core
|
712
712
|
Style
|
@@ -726,10 +726,10 @@ module Sevgi
|
|
726
726
|
set
|
727
727
|
],
|
728
728
|
|
729
|
-
model: :SomeElements
|
729
|
+
model: :SomeElements
|
730
730
|
},
|
731
731
|
|
732
|
-
feTile:
|
732
|
+
feTile: {
|
733
733
|
attributes: %i[
|
734
734
|
Core
|
735
735
|
FilterPrimitive
|
@@ -744,10 +744,10 @@ module Sevgi
|
|
744
744
|
set
|
745
745
|
],
|
746
746
|
|
747
|
-
model: :SomeElements
|
747
|
+
model: :SomeElements
|
748
748
|
},
|
749
749
|
|
750
|
-
feTurbulence:
|
750
|
+
feTurbulence: {
|
751
751
|
attributes: %i[
|
752
752
|
Core
|
753
753
|
FilterPrimitive
|
@@ -766,10 +766,10 @@ module Sevgi
|
|
766
766
|
set
|
767
767
|
],
|
768
768
|
|
769
|
-
model: :SomeElements
|
769
|
+
model: :SomeElements
|
770
770
|
},
|
771
771
|
|
772
|
-
filter:
|
772
|
+
filter: {
|
773
773
|
attributes: %i[
|
774
774
|
Core
|
775
775
|
Presentation
|
@@ -793,10 +793,10 @@ module Sevgi
|
|
793
793
|
set
|
794
794
|
],
|
795
795
|
|
796
|
-
model: :SomeElements
|
796
|
+
model: :SomeElements
|
797
797
|
},
|
798
798
|
|
799
|
-
font:
|
799
|
+
font: {
|
800
800
|
attributes: %i[
|
801
801
|
Core
|
802
802
|
Presentation
|
@@ -821,10 +821,10 @@ module Sevgi
|
|
821
821
|
vkern
|
822
822
|
],
|
823
823
|
|
824
|
-
model: :SomeElements
|
824
|
+
model: :SomeElements
|
825
825
|
},
|
826
826
|
|
827
|
-
"font-face":
|
827
|
+
"font-face": {
|
828
828
|
attributes: %i[
|
829
829
|
Core
|
830
830
|
|
@@ -866,10 +866,10 @@ module Sevgi
|
|
866
866
|
elements: nil,
|
867
867
|
|
868
868
|
# Any number of Descriptive elements and at most one font-face element in any order.
|
869
|
-
model: :SpecialFontFace
|
869
|
+
model: :SpecialFontFace
|
870
870
|
},
|
871
871
|
|
872
|
-
"font-face-format":
|
872
|
+
"font-face-format": {
|
873
873
|
attributes: %i[
|
874
874
|
Core
|
875
875
|
|
@@ -878,10 +878,10 @@ module Sevgi
|
|
878
878
|
|
879
879
|
elements: nil,
|
880
880
|
|
881
|
-
model: :NoneElements
|
881
|
+
model: :NoneElements
|
882
882
|
},
|
883
883
|
|
884
|
-
"font-face-name":
|
884
|
+
"font-face-name": {
|
885
885
|
attributes: %i[
|
886
886
|
Core
|
887
887
|
|
@@ -890,10 +890,10 @@ module Sevgi
|
|
890
890
|
|
891
891
|
elements: nil,
|
892
892
|
|
893
|
-
model: :NoneElements
|
893
|
+
model: :NoneElements
|
894
894
|
},
|
895
895
|
|
896
|
-
"font-face-src":
|
896
|
+
"font-face-src": {
|
897
897
|
attributes: %i[
|
898
898
|
Core
|
899
899
|
],
|
@@ -903,10 +903,10 @@ module Sevgi
|
|
903
903
|
font-face-uri
|
904
904
|
],
|
905
905
|
|
906
|
-
model: :SomeElements
|
906
|
+
model: :SomeElements
|
907
907
|
},
|
908
908
|
|
909
|
-
"font-face-uri":
|
909
|
+
"font-face-uri": {
|
910
910
|
attributes: %i[
|
911
911
|
Core
|
912
912
|
Xlink
|
@@ -916,10 +916,10 @@ module Sevgi
|
|
916
916
|
font-face-format
|
917
917
|
],
|
918
918
|
|
919
|
-
model: :SomeElements
|
919
|
+
model: :SomeElements
|
920
920
|
},
|
921
921
|
|
922
|
-
foreignObject:
|
922
|
+
foreignObject: {
|
923
923
|
attributes: %i[
|
924
924
|
Aria
|
925
925
|
ConditionalProcessing
|
@@ -940,10 +940,10 @@ module Sevgi
|
|
940
940
|
|
941
941
|
elements: nil,
|
942
942
|
|
943
|
-
model: :CDataOnly
|
943
|
+
model: :CDataOnly
|
944
944
|
},
|
945
945
|
|
946
|
-
g:
|
946
|
+
g: {
|
947
947
|
attributes: %i[
|
948
948
|
Aria
|
949
949
|
ConditionalProcessing
|
@@ -966,10 +966,10 @@ module Sevgi
|
|
966
966
|
UnrelatedCommon
|
967
967
|
],
|
968
968
|
|
969
|
-
model: :SomeElements
|
969
|
+
model: :SomeElements
|
970
970
|
},
|
971
971
|
|
972
|
-
glyph:
|
972
|
+
glyph: {
|
973
973
|
attributes: %i[
|
974
974
|
Core
|
975
975
|
Presentation
|
@@ -995,10 +995,10 @@ module Sevgi
|
|
995
995
|
UnrelatedCommon
|
996
996
|
],
|
997
997
|
|
998
|
-
model: :SomeElements
|
998
|
+
model: :SomeElements
|
999
999
|
},
|
1000
1000
|
|
1001
|
-
glyphRef:
|
1001
|
+
glyphRef: {
|
1002
1002
|
attributes: %i[
|
1003
1003
|
Core
|
1004
1004
|
Presentation
|
@@ -1015,10 +1015,10 @@ module Sevgi
|
|
1015
1015
|
|
1016
1016
|
elements: nil,
|
1017
1017
|
|
1018
|
-
model: :NoneElements
|
1018
|
+
model: :NoneElements
|
1019
1019
|
},
|
1020
1020
|
|
1021
|
-
hatch:
|
1021
|
+
hatch: {
|
1022
1022
|
attributes: %i[
|
1023
1023
|
Core
|
1024
1024
|
EventGlobal
|
@@ -1043,10 +1043,10 @@ module Sevgi
|
|
1043
1043
|
style
|
1044
1044
|
],
|
1045
1045
|
|
1046
|
-
model: :SomeElements
|
1046
|
+
model: :SomeElements
|
1047
1047
|
},
|
1048
1048
|
|
1049
|
-
hatchpath:
|
1049
|
+
hatchpath: {
|
1050
1050
|
attributes: %i[
|
1051
1051
|
Core
|
1052
1052
|
EventGlobal
|
@@ -1065,10 +1065,10 @@ module Sevgi
|
|
1065
1065
|
style
|
1066
1066
|
],
|
1067
1067
|
|
1068
|
-
model: :SomeElements
|
1068
|
+
model: :SomeElements
|
1069
1069
|
},
|
1070
1070
|
|
1071
|
-
hkern:
|
1071
|
+
hkern: {
|
1072
1072
|
attributes: %i[
|
1073
1073
|
Core
|
1074
1074
|
|
@@ -1081,10 +1081,10 @@ module Sevgi
|
|
1081
1081
|
|
1082
1082
|
elements: nil,
|
1083
1083
|
|
1084
|
-
model: :NoneElements
|
1084
|
+
model: :NoneElements
|
1085
1085
|
},
|
1086
1086
|
|
1087
|
-
image:
|
1087
|
+
image: {
|
1088
1088
|
attributes: %i[
|
1089
1089
|
Aria
|
1090
1090
|
ConditionalProcessing
|
@@ -1112,10 +1112,10 @@ module Sevgi
|
|
1112
1112
|
Descriptive
|
1113
1113
|
],
|
1114
1114
|
|
1115
|
-
model: :SomeElements
|
1115
|
+
model: :SomeElements
|
1116
1116
|
},
|
1117
1117
|
|
1118
|
-
line:
|
1118
|
+
line: {
|
1119
1119
|
attributes: %i[
|
1120
1120
|
Aria
|
1121
1121
|
ConditionalProcessing
|
@@ -1139,10 +1139,10 @@ module Sevgi
|
|
1139
1139
|
Descriptive
|
1140
1140
|
],
|
1141
1141
|
|
1142
|
-
model: :SomeElements
|
1142
|
+
model: :SomeElements
|
1143
1143
|
},
|
1144
1144
|
|
1145
|
-
linearGradient:
|
1145
|
+
linearGradient: {
|
1146
1146
|
attributes: %i[
|
1147
1147
|
Core
|
1148
1148
|
EventDocumentElement
|
@@ -1170,10 +1170,10 @@ module Sevgi
|
|
1170
1170
|
stop
|
1171
1171
|
],
|
1172
1172
|
|
1173
|
-
model: :SomeElements
|
1173
|
+
model: :SomeElements
|
1174
1174
|
},
|
1175
1175
|
|
1176
|
-
marker:
|
1176
|
+
marker: {
|
1177
1177
|
attributes: %i[
|
1178
1178
|
Core
|
1179
1179
|
EventDocumentElement
|
@@ -1200,10 +1200,10 @@ module Sevgi
|
|
1200
1200
|
UnrelatedCommon
|
1201
1201
|
],
|
1202
1202
|
|
1203
|
-
model: :SomeElements
|
1203
|
+
model: :SomeElements
|
1204
1204
|
},
|
1205
1205
|
|
1206
|
-
mask:
|
1206
|
+
mask: {
|
1207
1207
|
attributes: %i[
|
1208
1208
|
ConditionalProcessing
|
1209
1209
|
Core
|
@@ -1227,10 +1227,10 @@ module Sevgi
|
|
1227
1227
|
UnrelatedCommon
|
1228
1228
|
],
|
1229
1229
|
|
1230
|
-
model: :SomeElements
|
1230
|
+
model: :SomeElements
|
1231
1231
|
},
|
1232
1232
|
|
1233
|
-
metadata:
|
1233
|
+
metadata: {
|
1234
1234
|
attributes: %i[
|
1235
1235
|
Core
|
1236
1236
|
EventDocumentElement
|
@@ -1240,10 +1240,10 @@ module Sevgi
|
|
1240
1240
|
|
1241
1241
|
elements: nil,
|
1242
1242
|
|
1243
|
-
model: :CDataOnly
|
1243
|
+
model: :CDataOnly
|
1244
1244
|
},
|
1245
1245
|
|
1246
|
-
"missing-glyph":
|
1246
|
+
"missing-glyph": {
|
1247
1247
|
attributes: %i[
|
1248
1248
|
Core
|
1249
1249
|
Presentation
|
@@ -1265,10 +1265,10 @@ module Sevgi
|
|
1265
1265
|
UnrelatedCommon
|
1266
1266
|
],
|
1267
1267
|
|
1268
|
-
model: :SomeElements
|
1268
|
+
model: :SomeElements
|
1269
1269
|
},
|
1270
1270
|
|
1271
|
-
mpath:
|
1271
|
+
mpath: {
|
1272
1272
|
attributes: %i[
|
1273
1273
|
Core
|
1274
1274
|
EventDocumentElement
|
@@ -1283,10 +1283,10 @@ module Sevgi
|
|
1283
1283
|
Descriptive
|
1284
1284
|
],
|
1285
1285
|
|
1286
|
-
model: :SomeElements
|
1286
|
+
model: :SomeElements
|
1287
1287
|
},
|
1288
1288
|
|
1289
|
-
path:
|
1289
|
+
path: {
|
1290
1290
|
attributes: %i[
|
1291
1291
|
Aria
|
1292
1292
|
ConditionalProcessing
|
@@ -1307,10 +1307,10 @@ module Sevgi
|
|
1307
1307
|
Descriptive
|
1308
1308
|
],
|
1309
1309
|
|
1310
|
-
model: :SomeElements
|
1310
|
+
model: :SomeElements
|
1311
1311
|
},
|
1312
1312
|
|
1313
|
-
pattern:
|
1313
|
+
pattern: {
|
1314
1314
|
attributes: %i[
|
1315
1315
|
Core
|
1316
1316
|
EventGlobal
|
@@ -1339,10 +1339,10 @@ module Sevgi
|
|
1339
1339
|
UnrelatedCommon
|
1340
1340
|
],
|
1341
1341
|
|
1342
|
-
model: :SomeElements
|
1342
|
+
model: :SomeElements
|
1343
1343
|
},
|
1344
1344
|
|
1345
|
-
polygon:
|
1345
|
+
polygon: {
|
1346
1346
|
attributes: %i[
|
1347
1347
|
Aria
|
1348
1348
|
ConditionalProcessing
|
@@ -1363,10 +1363,10 @@ module Sevgi
|
|
1363
1363
|
Descriptive
|
1364
1364
|
],
|
1365
1365
|
|
1366
|
-
model: :SomeElements
|
1366
|
+
model: :SomeElements
|
1367
1367
|
},
|
1368
1368
|
|
1369
|
-
polyline:
|
1369
|
+
polyline: {
|
1370
1370
|
attributes: %i[
|
1371
1371
|
Aria
|
1372
1372
|
ConditionalProcessing
|
@@ -1387,10 +1387,10 @@ module Sevgi
|
|
1387
1387
|
Descriptive
|
1388
1388
|
],
|
1389
1389
|
|
1390
|
-
model: :SomeElements
|
1390
|
+
model: :SomeElements
|
1391
1391
|
},
|
1392
1392
|
|
1393
|
-
radialGradient:
|
1393
|
+
radialGradient: {
|
1394
1394
|
attributes: %i[
|
1395
1395
|
Core
|
1396
1396
|
EventDocumentElement
|
@@ -1420,10 +1420,10 @@ module Sevgi
|
|
1420
1420
|
stop
|
1421
1421
|
],
|
1422
1422
|
|
1423
|
-
model: :SomeElements
|
1423
|
+
model: :SomeElements
|
1424
1424
|
},
|
1425
1425
|
|
1426
|
-
rect:
|
1426
|
+
rect: {
|
1427
1427
|
attributes: %i[
|
1428
1428
|
Aria
|
1429
1429
|
ConditionalProcessing
|
@@ -1449,10 +1449,10 @@ module Sevgi
|
|
1449
1449
|
Descriptive
|
1450
1450
|
],
|
1451
1451
|
|
1452
|
-
model: :SomeElements
|
1452
|
+
model: :SomeElements
|
1453
1453
|
},
|
1454
1454
|
|
1455
|
-
script:
|
1455
|
+
script: {
|
1456
1456
|
attributes: %i[
|
1457
1457
|
Core
|
1458
1458
|
EventDocumentElement
|
@@ -1467,10 +1467,10 @@ module Sevgi
|
|
1467
1467
|
|
1468
1468
|
elements: nil,
|
1469
1469
|
|
1470
|
-
model: :CDataOnly
|
1470
|
+
model: :CDataOnly
|
1471
1471
|
},
|
1472
1472
|
|
1473
|
-
set:
|
1473
|
+
set: {
|
1474
1474
|
attributes: %i[
|
1475
1475
|
AnimationAttributeTarget
|
1476
1476
|
AnimationTiming
|
@@ -1490,10 +1490,10 @@ module Sevgi
|
|
1490
1490
|
Descriptive
|
1491
1491
|
],
|
1492
1492
|
|
1493
|
-
model: :SomeElements
|
1493
|
+
model: :SomeElements
|
1494
1494
|
},
|
1495
1495
|
|
1496
|
-
stop:
|
1496
|
+
stop: {
|
1497
1497
|
attributes: %i[
|
1498
1498
|
Core
|
1499
1499
|
EventDocumentElement
|
@@ -1509,10 +1509,10 @@ module Sevgi
|
|
1509
1509
|
set
|
1510
1510
|
],
|
1511
1511
|
|
1512
|
-
model: :SomeElements
|
1512
|
+
model: :SomeElements
|
1513
1513
|
},
|
1514
1514
|
|
1515
|
-
style:
|
1515
|
+
style: {
|
1516
1516
|
attributes: %i[
|
1517
1517
|
Core
|
1518
1518
|
EventDocumentElement
|
@@ -1526,10 +1526,10 @@ module Sevgi
|
|
1526
1526
|
|
1527
1527
|
elements: nil,
|
1528
1528
|
|
1529
|
-
model: :CDataOnly
|
1529
|
+
model: :CDataOnly
|
1530
1530
|
},
|
1531
1531
|
|
1532
|
-
svg:
|
1532
|
+
svg: {
|
1533
1533
|
attributes: %i[
|
1534
1534
|
Aria
|
1535
1535
|
ConditionalProcessing
|
@@ -1565,10 +1565,10 @@ module Sevgi
|
|
1565
1565
|
UnrelatedCommon
|
1566
1566
|
],
|
1567
1567
|
|
1568
|
-
model: :SomeElements
|
1568
|
+
model: :SomeElements
|
1569
1569
|
},
|
1570
1570
|
|
1571
|
-
switch:
|
1571
|
+
switch: {
|
1572
1572
|
attributes: %i[
|
1573
1573
|
Aria
|
1574
1574
|
ConditionalProcessing
|
@@ -1597,10 +1597,10 @@ module Sevgi
|
|
1597
1597
|
use
|
1598
1598
|
],
|
1599
1599
|
|
1600
|
-
model: :SomeElements
|
1600
|
+
model: :SomeElements
|
1601
1601
|
},
|
1602
1602
|
|
1603
|
-
symbol:
|
1603
|
+
symbol: {
|
1604
1604
|
attributes: %i[
|
1605
1605
|
Aria
|
1606
1606
|
Core
|
@@ -1630,10 +1630,10 @@ module Sevgi
|
|
1630
1630
|
UnrelatedCommon
|
1631
1631
|
],
|
1632
1632
|
|
1633
|
-
model: :SomeElements
|
1633
|
+
model: :SomeElements
|
1634
1634
|
},
|
1635
1635
|
|
1636
|
-
text:
|
1636
|
+
text: {
|
1637
1637
|
attributes: %i[
|
1638
1638
|
Aria
|
1639
1639
|
ConditionalProcessing
|
@@ -1662,10 +1662,10 @@ module Sevgi
|
|
1662
1662
|
a
|
1663
1663
|
],
|
1664
1664
|
|
1665
|
-
model: :CDataOrSomeElements
|
1665
|
+
model: :CDataOrSomeElements
|
1666
1666
|
},
|
1667
1667
|
|
1668
|
-
textPath:
|
1668
|
+
textPath: {
|
1669
1669
|
attributes: %i[
|
1670
1670
|
Aria
|
1671
1671
|
ConditionalProcessing
|
@@ -1698,10 +1698,10 @@ module Sevgi
|
|
1698
1698
|
tspan
|
1699
1699
|
],
|
1700
1700
|
|
1701
|
-
model: :CDataOrSomeElements
|
1701
|
+
model: :CDataOrSomeElements
|
1702
1702
|
},
|
1703
1703
|
|
1704
|
-
title:
|
1704
|
+
title: {
|
1705
1705
|
attributes: %i[
|
1706
1706
|
Core
|
1707
1707
|
EventDocumentElement
|
@@ -1711,10 +1711,10 @@ module Sevgi
|
|
1711
1711
|
|
1712
1712
|
elements: nil,
|
1713
1713
|
|
1714
|
-
model: :CDataOnly
|
1714
|
+
model: :CDataOnly
|
1715
1715
|
},
|
1716
1716
|
|
1717
|
-
tref:
|
1717
|
+
tref: {
|
1718
1718
|
attributes: %i[
|
1719
1719
|
ConditionalProcessing
|
1720
1720
|
Core
|
@@ -1733,10 +1733,10 @@ module Sevgi
|
|
1733
1733
|
set
|
1734
1734
|
],
|
1735
1735
|
|
1736
|
-
model: :SomeElements
|
1736
|
+
model: :SomeElements
|
1737
1737
|
},
|
1738
1738
|
|
1739
|
-
tspan:
|
1739
|
+
tspan: {
|
1740
1740
|
attributes: %i[
|
1741
1741
|
Aria
|
1742
1742
|
ConditionalProcessing
|
@@ -1767,10 +1767,10 @@ module Sevgi
|
|
1767
1767
|
tspan
|
1768
1768
|
],
|
1769
1769
|
|
1770
|
-
model: :CDataOrSomeElements
|
1770
|
+
model: :CDataOrSomeElements
|
1771
1771
|
},
|
1772
1772
|
|
1773
|
-
use:
|
1773
|
+
use: {
|
1774
1774
|
attributes: %i[
|
1775
1775
|
Aria
|
1776
1776
|
ConditionalProcessing
|
@@ -1795,10 +1795,10 @@ module Sevgi
|
|
1795
1795
|
Descriptive
|
1796
1796
|
],
|
1797
1797
|
|
1798
|
-
model: :SomeElements
|
1798
|
+
model: :SomeElements
|
1799
1799
|
},
|
1800
1800
|
|
1801
|
-
view:
|
1801
|
+
view: {
|
1802
1802
|
attributes: %i[
|
1803
1803
|
Aria
|
1804
1804
|
Core
|
@@ -1817,10 +1817,10 @@ module Sevgi
|
|
1817
1817
|
Descriptive
|
1818
1818
|
],
|
1819
1819
|
|
1820
|
-
model: :SomeElements
|
1820
|
+
model: :SomeElements
|
1821
1821
|
},
|
1822
1822
|
|
1823
|
-
vkern:
|
1823
|
+
vkern: {
|
1824
1824
|
attributes: %i[
|
1825
1825
|
Core
|
1826
1826
|
|
@@ -1833,8 +1833,8 @@ module Sevgi
|
|
1833
1833
|
|
1834
1834
|
elements: nil,
|
1835
1835
|
|
1836
|
-
model: :NoneElements
|
1837
|
-
}
|
1836
|
+
model: :NoneElements
|
1837
|
+
}
|
1838
1838
|
)
|
1839
1839
|
end
|
1840
1840
|
end
|