Code

Set the even-odd clipping rule if requested
[inkscape.git] / src / extension / internal / pdfinput / svg-builder.cpp
2007-08-09 mikloshSet the even-odd clipping rule if requested
2007-07-30 mikloshForgot to advance text position when skipping the first...
2007-07-30 mikloshType3 fonts do not have a name set so default to 'Arial'
2007-07-30 mikloshAdded image mask support
2007-07-30 mikloshDo not flip non-top-level images
2007-07-30 mikloshDo not set inkscape:groupmode for sub-page objects...
2007-07-30 mikloshUse the font matrix for Type3 fonts only
2007-07-28 mikloshSet top-level groups as layers with the name of the...
2007-07-28 mikloshReworked text state handling so that now SvgBuilder...
2007-07-25 mikloshReworked text output to create <text> nodes on text...
2007-07-24 mikloshModified CSS font style and text matrix setting to...
2007-07-24 mikloshSet the xml:space attribute on <svg> once rather than...
2007-07-23 mikloshAdded tiling pattern support
2007-07-22 mikloshAdded some heuristics to set CSS font-style and font...
2007-07-22 mikloshAdded xml:space=preserve attribute on <text> nodes...
2007-07-22 mikloshUse the #RRGGBB color format instead of rgb() since...
2007-07-21 mikloshFurther development of the PDF import module: continued...
2007-07-12 mikloshInitial commit of native poppler-based PDF import.