Masao Uebayashi
Masao Uebayashi
(I needed this change for something ... but forgot the details.)
Shorthand arc (`a5 5 5 005 5`) notation is generated by svgo and commonly seen. (Not sure about the specification.)
According to documents, only `` is allowed directly under ``. https://www.w3.org/TR/html401/struct/tables.html#h-11.2.3 https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tfoot
According to the documentation, `Browser.Dom.getElement` should return the scene, viewport, and element of _the target_, specified by the `id` argument, as `getViewportOf` does. It is, however, returning the scene and...
I'm very new to this GraphQL world but my understanding of GraphQL is that, in order to pass `variables` or `operation_name` in addition to `query`, the body of POST has...
The same fix as [1] is needed in elm-css too. In addition to [2], `keyedNodeNS` has to be exported from `VirtualDOM.styled`. [1] https://github.com/elm/svg/issues/26 [2] https://github.com/elm/svg/commit/62b46c83280fa0297a814747929c4fa96a86cfef
I had to increase PHP's memory_limit to 4G or so to build ufo.pcf. I tried 8G to build ufo.png, but it failed and I gave up it. Ideally these can...
https://github.com/image-size/image-size/blob/main/lib/types/svg.ts#L92 Change `toUTF8String(input, 0, 1000)` to `toUTF8String(input)`, otherwise it fails with very long `` tag (e.g. those generated by draw.io). Found & tested on Astro locally. Can't provide a pull-up,...