Paul LeBeau

Results 67 comments of Paul LeBeau

I'm not sure that this is going to be possible. I don't think the current Android APIs provide a way to control the typeface baseline table..

Yes. Some values could be emulated/approximated.

Thanks for the report! Its probably about time that I added support for `writing-mode`. :)

For my reference: - https://github.com/w3c/svgwg/issues/537 - https://developer.android.com/reference/android/icu/lang/UCharacter

Note to me: the SVGWG currently have an open issue related to ambiguities in the spec text related to `writing-mode` and `direction`. https://github.com/w3c/svgwg/issues/618

It is supported, but only for `id` and `class`. This is because AdndroidSVG does not have a full SVG DOM implementation. It parses the XML directly into a minimal object...

Hi. Thanks for posting this. This is an interesting patch. I'm curious how you are using these changes yourself. What is it enabling you to do that you couldn't do...

If we did that, it would make most sense to expose `SVG.getElementById()` I think. `idToElementMap` only contains those elements that have already been looked up with this function. I presume...

Currently AndroidSVG only officially supports SVG 1.1. In that version of SVG, width or height will default to 0 when not specified. And, per the spec, a value of 0...