ruffle/web
Mike Welsh 4561b591bf web: Handle percentage dimensions in polyfill (fix #433)
When Ruffle replaces a Flash embed, the width/height of the embed
are copied over to CSS of the Ruffle element. "px" was being
appended even if the dimensions were a % value, which CSS rejected.

Try to be a little smarter about parsing out the HTML dimension
attributes (HTML is more lenient). Append "px" only if the value
isn't a percentage.

Fixes #433.
2020-03-21 01:23:23 -07:00
..
demo chore: Explicitly install wasm-pack on CI 2020-03-16 02:15:55 -07:00
extension chore: Explicitly install wasm-pack on CI 2020-03-16 02:15:55 -07:00
js-src web: Handle percentage dimensions in polyfill (fix #433) 2020-03-21 01:23:23 -07:00
selfhosted chore: Explicitly install wasm-pack on CI 2020-03-16 02:15:55 -07:00
src web: Fix off-center gradient rendering 2020-03-16 02:44:32 -07:00
Cargo.toml build(deps): bump base64 from 0.11.0 to 0.12.0 2020-03-09 01:07:16 +00:00