You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For background blur effects, the a multiplier on the opacity of the object's fill drawn over top of the blurred background. Useful to create a color tint on top of the blurred background. Does _not_ affect stroke opacity.
@@ -57,7 +57,7 @@ Ignored for object blur effects.
If true, renders a background blur effect: all objects beneath the shape are blurred (modulated by `brightnessAmount`), but the shape itself is still rendered with crisp edges (with its fill modulated by `fillOpacity`).
@@ -68,7 +68,7 @@ If false, renders an object blur effect: the shape itself is blurred, and object
68
68
69
69
* * *
70
70
71
-
<aname="Blur+visible"></a>
71
+
<aname="Blur-visible"></a>
72
72
73
73
### *blur.visible : <code>boolean</code>*
74
74
If false, the blur effect is not rendered. The user can toggle this via a checkbox in the Properties panel.
X position of the start of the gradient line, as a multiple of the object's bounding box: X=0 indicates the left edge of the bounding box and X=1 indicates the right edge.
@@ -59,7 +59,7 @@ The gradient line _may_ start or end outside the object's bounding box, so value
Y position of the start of the gradient line, as a multiple of the object's bounding box: Y=0 indicates the top edge of the bounding box and Y=1 indicates the bottom edge.
@@ -70,7 +70,7 @@ The gradient line _may_ start or end outside the object's bounding box, so value
X position of the end of the gradient line, as a multiple of the object's bounding box: X=0 indicates the left edge of the bounding box and X=1 indicates the right edge.
@@ -81,7 +81,7 @@ The gradient line _may_ start or end outside the object's bounding box, so value
Y position of the end of the gradient line, as a multiple of the object's bounding box: Y=0 indicates the top edge of the bounding box and Y=1 indicates the bottom edge.
@@ -92,7 +92,7 @@ The gradient line _may_ start or end outside the object's bounding box, so value
0 commit comments