Code review comment for lp:~inkscape.dev/inkscape/bspline+spirolive

Revision history for this message
su_v (suv-lp) wrote :

This branch has _not_ been merged yet - there is no option to create bspline curves in trunk (pen, pencil tool), or to see spiro-curves live when drawing paths with the pen or pencil tool?

@Martin, scroll down to the end of the page, there's message telling this:
«The diff has been truncated for viewing. »
or download the diff and check yourself:

Diffstat:
 share/icons/icons.svg |26094 ++++++++++++++++++++++++++++-----
 share/icons/symbolic_icons.svg |23875 +++++++++++++++++++++++++-----
 share/icons/tango_icons.svg | 97
 src/draw-context.cpp | 35
 src/draw-context.h | 2
 src/libavoid/makefile | 17
 src/live_effects/CMakeLists.txt | 2
 src/live_effects/Makefile_insert | 2
 src/live_effects/effect-enum.h | 3
 src/live_effects/effect.cpp | 11
 src/live_effects/lpe-bspline.cpp | 647
 src/live_effects/lpe-bspline.h | 59
 src/pen-context.cpp | 1066 +
 src/pen-context.h | 5
 src/pencil-context.cpp | 40
 src/ui/tool/curve-drag-point.cpp | 20
 src/ui/tool/multi-path-manipulator.cpp | 13
 src/ui/tool/multi-path-manipulator.h | 2
 src/ui/tool/node.cpp | 179
 src/ui/tool/node.h | 9
 src/ui/tool/path-manipulator.cpp | 118
 src/ui/tool/path-manipulator.h | 17
 src/widgets/icon.cpp | 1
 src/widgets/mappings.xml | 1
 src/widgets/pencil-toolbar.cpp | 9
 src/widgets/toolbox.cpp | 2
 26 files changed, 44789 insertions(+), 7537 deletions(-)

« Back to merge proposal