summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-284/+0
| | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
* Fix undo/redo for mesh gradients.Tavmjong Bah2016-09-261-3/+36
| | | (bzr r15135)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15025)
* Fix filter primitives using 'type' attribute. (Broken when 'type' attribute ↵Tavmjong Bah2015-03-061-2/+2
| | | | | introduced on meshes.) (bzr r13969)
* Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-0/+252
<meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)