Skip to content

Instantly share code, notes, and snippets.

@kui
Last active December 6, 2018 17:35
Show Gist options
  • Save kui/577f5c2cd0db7c16aa918becf0732a3f to your computer and use it in GitHub Desktop.
Save kui/577f5c2cd0db7c16aa918becf0732a3f to your computer and use it in GitHub Desktop.

OffscreenCanvas では filter の指定に url(...) が使えない。

// Reference filters (e.g. 'url()') are not expected to work in Workers

https://wiki.whatwg.org/wiki/OffscreenCanvas から引用。

とのことだけれど、Google Chrome 70.0.3538.110 では worker ではなくメインスレッドでも使えなかった。

現状の回避策としては旧来通り、DOM に追加しない Canvas を使うことになりそう。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment