ErikOnBike

Results 18 comments of ErikOnBike

It seems as if these are already working. I don't know which update fixed it, but I think this issue can be closed.

I just compared the original SVG (in both Safari and Chrome) and the SVG output from CairoSVG and they seem to be equal (visually). According to comment inside the file...

Wow?! I just wanted to show off that my version is okay and then....I just saw a single circle....with PNG as output format. If I convert to SVG it shows...

Guillaume, Duh....it works in SVG, because the resulting (converted) SVG simply keeps the line-cap as in the original. Line caps on zero length lines is a Cairo issue. Fixing this...

Hi @git-dmou I'm really puzzled here. I tried the menu and all items work without a problem. Which Pharo version are you using and which VM version? I tried Pharo...

@git-dmou I see you're using Pharo 12 (didn't read the title carefully enough)...

@git-dmou retried with new image, but still works. Which OS are you on? No clue if this makes a difference, but seeing if I can reproduce this.

Which characters are appended? You wrote 'random'. Does this mean it differs between executions? Could you try and add a breakpoint in `CpDevTools class >> #open` and inspect what the...

Maybe also add a breakpoint on: `WBWindowsWebBrowser class >> #shellExecute:file:parameters:directory:show:`. That is sort of the last code being executed before it is handled to the OS (shell32 lib) to execute....

Hmmm...that still leaves the FFI stuff (but it works for other applications, so what would make this one special?), since it behaves the same in both Chrome and Firefox. Could...