3Dformortals
3Dformortals
still can see this insane behavior, for example in the haxeui demo 
+ rendered svg path element is always closed. The "z" syntax inside path always ignoring.
flash (swf) work good. cpp still closed. i try to read and understand the library source, but not enought strong for this :| 
this look like start point of broken logic https://github.com/openfl/svg/blob/master/format/svg/PathParser.hx#L36-L37 the svg Z and z no need to be adsolute and relative(as usual svg path syntax) this is closing command, have...
may be it help you found the bug more faster ;) https://github.com/openfl/svg/blob/master/format/svg/SVGData.hx#L691 ` var d = inPath.exists ("points") ? ("M" + inPath.get ("points") + "z") : inPath.exists ("x1") ? ("M"...
> What version of OpenFL are you using? > openfl 3.6.1 lime 2.9.1 i use haxeflixel... other versions still can't work properly when you say " desktop " you mean...
autchhh, this sounds worst then bug, because look like the openfl will not be upgraded... always :). I only hear sometimes something about the work in process but the result...
> With a little help, it might be possible to fix that > fix what? demo or flixel... english not my native If this not hard for you, and need,...
web or testmode work good , but pyinstaller oneflie/not onefile mode both work without few parts same situation, at least: - css not supporting - svg not supporting - sqlite3...
still, no solutions >Понедельник, 1 мая 2017, 15:26 +04:00 от Qi Wang : > >I do come across the same issue. Has anyone figured out a solution yet? >— >You...