Skip to content

Commit a1faed1

Browse files
committed
[motion] Interaction of offset-position and shapes
'offset-position' is ignored for circle and ellipse basic shapes with explicit center positions, and for other types of basic shapes. If a circle or ellipse basic shape has no explicit center position, the shape is centered at the initial position of the path, as described in 'offset-position'. resolves #78
1 parent 99c7689 commit a1faed1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

motion-1/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ Values have the following meanings:
244244

245245
<> || <>
246246
The offset path is a basic shape as specified in CSS Shapes [[!CSS-SHAPES]].
247+
248+
'offset-position' is ignored for circle and ellipse basic shapes with explicit center positions, and for other types of basic shapes. If a circle or ellipse basic shape has no explicit center position, the shape is centered at the initial position of the path, as described in 'offset-position'.
249+
250+
247251
The initial position and the initial direction for basic shapes are defined as follows:
248252
249253
<>

0 commit comments

Comments
 (0)