Jan Bösenberg

Results 6 issues of Jan Bösenberg

I have been reading your blog and part of you code to learn more about arc length computation for cubic bezier curves and found that in [cubicBezierLength()](https://github.com/tdewolff/canvas/blob/master/path_util.go#L468) you are splitting...

The attributes `aria-labelledby` and `aria-describedby` can be used to enhance accessibility for SVG elements. For both the value consists of a space separated list of element IDs. Currently these IDs...

bug
accessibility

Since we are not using `the ònlyReferencedIds` parameter anymore (or always set it to false), the function `makeIdsUnique()` can be simplified. Also, the variable `referencedIds` is declared as an array...

enhancement

For better accessibility we should consider to always add `role="img"` to an injected SVG. Since the original element is always an `img` element, this role should always be appropriate. A...

enhancement
accessibility

It would be nice ot not only have the lookup type as text, but also the lookup type and subtype as number. This could be added behind the already displayed...

When selecting the "transparent" option, I would expect bunnymark to use alpha transparency for blending over the background. Instead seems to use bitmask transparency and looks like this: ![image](https://user-images.githubusercontent.com/43434568/133073618-be1120b6-919f-467b-878e-945312bdd1fd.png) Unlike...