inkscape-extensions:test-parsing-output

Last commit made on 2023-10-11
Get this branch:
git clone -b test-parsing-output https://git.launchpad.net/inkscape-extensions

Branch merges

Branch information

Name:
test-parsing-output
Repository:
lp:inkscape-extensions

Recent commits

7dc5140... by Martin Owens

Seperate out how compare data is gathered.

59625a4... by Benson Muite <email address hidden>

Update LICENSE.txt

ef3a9b2... by Martin Owens <email address hidden>

Add missing image quality values, even though this is outside of SVG1.1, these...

cb96125... by t0b3 <email address hidden>

fix: ensure Path(list_of_points) starts with 'M'

Signed-off-by: t0b3 <email address hidden>

344852f... by Jonathan Neuhauser <email address hidden>

Make Path a context manager

5746224... by Jonathan Neuhauser <email address hidden>

Fix mutability of interpreted returns of style

    In particular, make returns of style("filter") and
    style("stroke-dasharray") mutable so they are written back into the doc
    when modified.

    When writing into style["fill" / "stroke" / "filter" ...], the new
    element(s) are automatically appended to defs.

8e40347... by Jonathan Neuhauser <email address hidden>

Add NotifyList and NotifyOrderedDict

a038f20... by Jonathan Neuhauser <email address hidden>

Update convert2dashes to new path API

... and fix case of a dash going "over" a ZoneClose.

e645d5c... by Jonathan Neuhauser <email address hidden>

Update measure extension to use new Path API

... for the Length measurements. This gives better
accuracy for arcs in particular.

5935703... by Jonathan Neuhauser <email address hidden>

Refactor Addnodes using new path API

... which allows to process arcs lossless, also no more
"guessing" if the superpath was closed.

Additionally, splitting now happens at actual path length,
not based on t intervals.