js_of_ocaml icon indicating copy to clipboard operation
js_of_ocaml copied to clipboard

[Bug] Dom_svg.​animatedPathData.normalizedPathSegList blows up

Open tari3x opened this issue 7 years ago • 1 comments

Says "TypeError: t is undefined", whereby pathSegList works fine.

tari3x avatar Apr 04 '18 23:04 tari3x

Was introduced by https://github.com/ocsigen/js_of_ocaml/pull/186 and was based on an older version of the https://www.w3.org/TR/SVG/idl.html document. One should update Dom_svg with the latest version.

hhugo avatar Jan 05 '22 12:01 hhugo