Felipe Figueroa
Felipe Figueroa
> What do you mean SVG does not support 3D transform Uhh it didn't. The current working draft suggest it should implement CSS 3D transformations, though it's not explicit about...
I (kinda) get it. I thought it could be possible to emulate the behavior of matrix3d using a combination of matrix, rotate, translate and scale, but to no avail.
@gabelerner I believe `matrix3d` could be parsed and somehow be replaced by a combination of transform properties `perspective, rotateX, skewX, translate` Look at this example: https://plnkr.co/cX0riXh4MudFmAjGm3oK?p=info I'm using a **very**...
@Jorgu5 it's just a cosmetic fix. You see, if you download that trapezoidal canvas, you still get a rectangle.
If your team drive had the url: `https://drive.google.com/drive/u/3/folders/0ANrAnH5gZ7JJsUk9PV` then the ROOT_FOLDER should be `0ANrAnH5gZ7JJsUk9PV`. However... Team Drives behave a bit different than our own folders. Depending on the organization policies,...
I'm afraid my TS is very poor. I'd say my only approach with it has been doing minor patches for third party apps.
This plugin/adapter already injects SystemJS to the files array. The problem lies in the removal of system-polyfills, which causes an error in karma-jspm and -much worse- causes the main SystemJS...
@peteringram0 perhaps switching from Phantom to either SlimerJS or NightmareJS woudl help. Those two support promises natively. I couldn't make my tests pass with jasmine and nightmarejs, but it ran...
@ValeryIvanov I didn't dig much deeper into Nightmare. The tests that were passing under phantom failed on it, and I had no intention to debug them
There's an open PR #187 that solves this issue