diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-07-31 14:31:01 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-07-31 14:31:01 +0000 |
| commit | 291925ef62d1068af1c4b7f3614c96d46f3c20f2 (patch) | |
| tree | 909ddb2084eae4b02ff42fcd3860c97efb505cbd /src/Makefile_insert | |
| parent | Limit the number of paths to be used as snap targets, to keep Inkscape respon... (diff) | |
| download | inkscape-291925ef62d1068af1c4b7f3614c96d46f3c20f2.tar.gz inkscape-291925ef62d1068af1c4b7f3614c96d46f3c20f2.zip | |
Basic support for <solidColor> element (rendering only as a paint server).
(bzr r13484)
Diffstat (limited to 'src/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index 6d0d6b08c..f191839a1 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -192,6 +192,7 @@ ink_common_sources += \ sp-root.cpp sp-root.h \ sp-script.cpp sp-script.h \ sp-shape.cpp sp-shape.h \ + sp-solid-color.cpp sp-solid-color.h \ sp-spiral.cpp sp-spiral.h \ sp-star.cpp sp-star.h \ sp-stop.cpp sp-stop.h \ |
