Please add support for IEEE float number in SVG

please add this feature: use hex float number instead decimal number. Use float hex number not lose precision from convert decimal when write file, then convert back to hex when read file. Useful for use SVG replace PDF and precision very important for high detail screen for high quslity printer.

Example SVG file here use big endian IEEE float format for draw black circle with radius 100 at (50; 50), fill opacity 1.0:

<svg version="1.1"  width="100" height="100" >

<circle cx="#42480000" cy="#42480000" r="#42C80000" fill="#000000" fill-opacity="#3F800000" stroke="none" />

</svg>

Châu

Received on Thursday, 5 December 2019 03:43:29 UTC