Elias Naur
d9100b506f
op,op/paint: remove aux awareness from Ops
...
Aux data is now entirely confined to the writers (Path) and the
ops Reader parser.
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-14 20:20:56 +02:00
Elias Naur
ef5cf5b724
op/paint: return ClipOp from Path.End
...
Instead of adding an implicit ClipOp, return a ClipOp ready to use, freeing the
caller from recording a macro.
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-12 14:01:46 +02:00
Elias Naur
6dad034b22
op/paint: rename PathBuilder to Path
...
There was no "Path" to "Build", so let's just use the simpler name.
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-03 13:35:38 +02:00
Elias Naur
beaec661d2
op/paint: move paint package below the op package
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-09-30 16:55:47 +02:00