brunostuani

Results 4 comments of brunostuani

For now, I'm bypassing this limitation by not setting a new `scale` different than `1`, and changing the viewBox manually ``` // this.renderer.getContext().scale(scale, scale); this.musicDiv.nativeElement.getElementsByTagName('svg') .item(0)?.setAttribute('viewBox', `0 0 ${width /...

> You are on the right track about setting the scale in the viewBox directly. Then you always know what you're getting. This is what I do for Smoosic. The...

This seems a bug in the angular service generation. The fragment definition is missing in the generated API queries. It works if I manually edit the generated service and add...