| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Rotate Duplicate/ Mirror Symmetry added functionality feature request
https://bugs.launchpad.net/inkscape/+bug/1758477
|
| | |
|
| |
|
|
| |
See e88644b0 for first attempt and for comments.
|
| |
|
|
|
|
| |
Needs further testing.
This reverts commit e88644b0f3481c78a9563dbf9ee6b76ab6674583.
|
| |
|
|
|
|
|
|
|
| |
This allows 'd' to be animated via CSS animations.
Due to the interactions of 'd' with LPE's, 'd' as a property
is converted to 'd' as an attribute in SPPath::update.
This changes the XML which causes update() to be called again
(and triggers a warning). Fixing this is left to a future patch
as is converting the 'd' back to a property on output.
|
| | |
|
|
|
A lot of header clean-up.
|