Ulrich-Matthias Schäfer

Results 320 comments of Ulrich-Matthias Schäfer

I used opentype first. I didn't like that it has that much dependencies. As I already said: fontkit gives you multiple width with every glyph. Take a look at the...

Actually this is not the intended way to use this lib. Its more a sideeffect that this is possible. And I am not entirely sure if it does not lead...

Atm: None. I just didnt want to make the jump to 0.2 yet because it would be a breaking change. You wouldnt import a window but a window class or...

The problem I see with your approach is, that you basically create a bunch of detached svgs. So there will be problems with methods which search for `#document` in the...

@lwallent honestly I am not entirely sure. I guess there are the same problems as with regular detached elements on a website. So #document is not in the parent tree...

@lwallent oh wow thats interesting. I hope it wasnt to hard to track it down :D. If you want you can create an issue for the problem which we will...

One typo: in svg.js its screenCTM and not getScreenCTM. But no pressure. This plugin needs a rework at some point anyway. Github just launched its new notification dashboard and this...

Did you include the `svg.draw.js` plugin? Without it `.draw()` is simply not defined

I guess you are better off asking that on stackoverflow. I don't use angular or typescript so I simply have no idea