~vcs-imports/librsvg/+git/librsvg:darwin-check-2.50

Last commit made on 2020-12-29
Get this branch:
git clone -b darwin-check-2.50 https://git.launchpad.net/~vcs-imports/librsvg/+git/librsvg

Branch merges

Branch information

Name:
darwin-check-2.50
Repository:
lp:~vcs-imports/librsvg/+git/librsvg

Recent commits

7102c68... by Ignacio Casal Quinteiro <email address hidden>

configure: properly check for darwin host

4054580... by Christian Hergert <email address hidden>

build: use -framework Foundation on macOS

This fixes an issue where link symbols are not available for basic Obj-C
message passing and other release/retain operations.

Fixes #545

042e360... by Federico Mena Quintero

Post-release version bump to 2.50.3

78672ba... by Federico Mena Quintero

cargo update

217080a... by Federico Mena Quintero

Update NEWS

452cf06... by Federico Mena Quintero

Bump version to 2.50.2

d685db9... by Federico Mena Quintero

text: Don't create Spans for chars nodes that end up as empty strings after xml:space normalization

The new test fails without this commit; it creates inter-line spacings
in the second <text> element.

1536107... by Federico Mena Quintero

text: Only push a new chunk if the tspan has any of x or y attributes

c529089... by Federico Mena Quintero

text: Propagate dx/dy across nested <tspan>

5d10a04... by Federico Mena Quintero

text: normalize some lengths as early as possible

Don't keep dx/dy in the structs as Option<Length<...>>; keep them as
f64.

x/y need to be kept as Option<f64> because they affect chunking.