Roman Petrenko

Results 7 comments of Roman Petrenko

Just stumbled upon an SVG file that was rendered as black-and-white by `resvg` and found out it was because of quotes around the IDs. I opened a pull request to...

Workaround which worked for me: ``` Swift @IBOutlet weak var buddyPicker: THContactPickerView! @IBOutlet weak var contactPickerHeight: NSLayoutConstraint! func contactPickerDidResize(contactPicker: THContactPickerView!) { self.contactPickerHeight.constant = contactPicker.frame.height UIView.animateWithDuration(0.2) { self.view.layoutIfNeeded() } } ```

Also ran into this issue. The SVG below has an embedded PNG in 1024 * 1024 size, which looks really aliased when rendered at 100 * 100 size. ## SVG...

I also tried explicitly passing `FilterQuality::Bicubic` [here](https://github.com/RazrFalcon/resvg/blob/e128224d9873722b88207dc25a9e20014ac8997d/crates/resvg/src/image.rs#L231), but the result was the same. Could it be a problem with tiny-skia then?

> I don't think this is the case. It works fine in Skia, meaning the bug is somewhere else. Actually, Skia has the same problem, embedded rasters look aliased when...

No worries, I'll just use my fork in the meantime, and maybe the fix in this PR will be useful to others who run into the issue. Thanks for opening...

Hey @kAgotsi, maybe try downloading the binary from here: https://sphinxsearch.com/downloads/current/