We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Turtle.get_Mask/PatternMask
1 parent d74cf2d commit 7894bcaCopy full SHA for 7894bca
Types/Turtle/get_Mask.ps1
@@ -0,0 +1,10 @@
1
+$segments = @(
2
+"<svg xmlns='http://www.w3.org/2000/svg' width='0%' height='0%'>"
3
+ "<defs>"
4
+ "<mask id='turtle-mask'>"
5
+ $this.Symbol.OuterXml -replace '\<\?[^\>]+\>'
6
+ "</mask>"
7
+ "</defs>"
8
+"</svg>"
9
+)
10
+[xml]($segments -join '')
Types/Turtle/get_PatternMask.ps1
+ $this.Pattern.OuterXml -replace '\<\?[^\>]+\>'
0 commit comments