Revision 6924a36...

Go back to digest for 20th November 2011

Bug Fixes in Office

Jan Hambrecht committed changes in [calligra] libs/flake/KoPathShape.cpp:

fix saving quadratic bezier curves

quadratic bezier curves need to properly converted to a cubic
bezier curve to be written out (at least odf does not understand
quadratic bezier curve, which sucks)
the old code attempted to do a very naive conversion to a cubic
bezier curve, which was wrong.
Fixed by using the correctly working KoPathSegment::toCubic function
to do the conversion.

File Changes

Modified 1 files
  • libs/flake/KoPathShape.cpp
1 files changed in total