takerusilt

Results 3 issues of takerusilt

`transform` attribute is allowed on `` element and should be honored. ```xml .circle{clip-path: url(#clip-path);} ``` Incorrect result before fix: ![incorrect](https://user-images.githubusercontent.com/1825906/115697419-22406700-a396-11eb-9808-0867f36a7d37.png) Correct result after fix: ![correct](https://user-images.githubusercontent.com/1825906/115697406-1f457680-a396-11eb-81f7-103ba885b0b9.png)

* **Version**: v14.15.1, v15.3.0 * **Platform**: Windows 10 Pro 64-bit / Mac Darwin Kernel Version 19.6.0: Thu Oct 29 22:56:45 PDT 2020; root:xnu-6153.141.2.2~1/RELEASE_X86_64 x86_64 * **Subsystem**: vm ### What steps...

vm
esm

Presets are currently processed on reads as well as writes, but they're only needed on write. We should optimize this flow by skipping preset processing on reads, which also fixes...

Bug
Improvement
Presets