summaryrefslogtreecommitdiffstats
path: root/src/object/sp-path.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Promote the path 'd' attribute to a property per SVG 2."Tavmjong Bah2018-02-181-62/+17
| | | | | | Needs further testing. This reverts commit e88644b0f3481c78a9563dbf9ee6b76ab6674583.
* Promote the path 'd' attribute to a property per SVG 2.Tavmjong Bah2018-02-131-17/+62
| | | | | | | | | 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.
* Remove unused include.Tavmjong Bah2018-02-061-1/+0
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+462
A lot of header clean-up.