-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #590 from exyte/fix/393-Improve-mask-support
#393 Improve mask support
- Loading branch information
Showing
11 changed files
with
581 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
152 changes: 152 additions & 0 deletions
152
MacawTests/w3cSVGTests/masking-filter-01-f-manual.reference
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,152 @@ | ||
{ | ||
"contents" : [ | ||
{ | ||
"contents" : [ | ||
{ | ||
"contents" : [ | ||
{ | ||
"align" : "min", | ||
"baseline" : "bottom", | ||
"fill" : { | ||
"type" : "Color", | ||
"val" : 0 | ||
}, | ||
"font" : { | ||
"name" : "SVGFreeSansASCII,sans-serif", | ||
"size" : 18, | ||
"weight" : "normal" | ||
}, | ||
"node" : "Text", | ||
"place" : "1, 0, 0, 1, 10, 35", | ||
"text" : "Testing 'filter' applied to 'mask'" | ||
}, | ||
{ | ||
"contents" : [ | ||
{ | ||
"fill" : { | ||
"type" : "Color", | ||
"val" : 32768 | ||
}, | ||
"form" : { | ||
"h" : 100, | ||
"type" : "Rect", | ||
"w" : 100, | ||
"x" : 0, | ||
"y" : 0 | ||
}, | ||
"mask" : { | ||
"fill" : { | ||
"type" : "Color", | ||
"val" : 16777215 | ||
}, | ||
"form" : { | ||
"h" : 100, | ||
"type" : "Rect", | ||
"w" : 100, | ||
"x" : 0, | ||
"y" : 0 | ||
}, | ||
"node" : "Shape" | ||
}, | ||
"node" : "Shape" | ||
}, | ||
{ | ||
"fill" : { | ||
"type" : "Color", | ||
"val" : 16711680 | ||
}, | ||
"form" : { | ||
"h" : 99, | ||
"type" : "Rect", | ||
"w" : 99, | ||
"x" : 101, | ||
"y" : 101 | ||
}, | ||
"mask" : { | ||
"fill" : { | ||
"type" : "Color", | ||
"val" : 16777215 | ||
}, | ||
"form" : { | ||
"h" : 100, | ||
"type" : "Rect", | ||
"w" : 100, | ||
"x" : 0, | ||
"y" : 0 | ||
}, | ||
"node" : "Shape" | ||
}, | ||
"node" : "Shape" | ||
} | ||
], | ||
"node" : "Group", | ||
"place" : "1, 0, 0, 1, 10, 50" | ||
} | ||
], | ||
"node" : "Group" | ||
} | ||
], | ||
"node" : "Group" | ||
}, | ||
{ | ||
"contents" : [ | ||
{ | ||
"align" : "min", | ||
"baseline" : "bottom", | ||
"fill" : { | ||
"type" : "Color", | ||
"val" : 0 | ||
}, | ||
"font" : { | ||
"name" : "SVGFreeSansASCII,sans-serif", | ||
"size" : 32, | ||
"weight" : "normal" | ||
}, | ||
"node" : "Text", | ||
"place" : "1, 0, 0, 1, 10, 340", | ||
"text" : "$Revision: 1.7 $" | ||
} | ||
], | ||
"node" : "Group" | ||
}, | ||
{ | ||
"form" : { | ||
"h" : 358, | ||
"type" : "Rect", | ||
"w" : 478, | ||
"x" : 1, | ||
"y" : 1 | ||
}, | ||
"node" : "Shape", | ||
"stroke" : { | ||
"cap" : "butt", | ||
"dashes" : [ | ||
|
||
], | ||
"fill" : { | ||
"type" : "Color", | ||
"val" : 0 | ||
}, | ||
"join" : "miter", | ||
"width" : 1 | ||
} | ||
} | ||
], | ||
"layout" : { | ||
"scalingMode" : "meet", | ||
"svgSize" : { | ||
"height" : "100.0%", | ||
"width" : "100.0%" | ||
}, | ||
"viewBox" : { | ||
"h" : 360, | ||
"type" : "Rect", | ||
"w" : 480, | ||
"x" : 0, | ||
"y" : 0 | ||
}, | ||
"xAligningMode" : "mid", | ||
"yAligningMode" : "mid" | ||
}, | ||
"node" : "Canvas" | ||
} |
Oops, something went wrong.