🔰patterns
browser ⟩ canvas ⟩ graphics state ⟩ fill/stroke styles ⟩ pattern
first argument to .createPattern() method should be an
<img>or<canvas>.the
<img>or<canvas>does NOT need to be in the DOM.
Last updated
Was this helpful?
browser ⟩ canvas ⟩ graphics state ⟩ fill/stroke styles ⟩ pattern
first argument to .createPattern() method should be an <img> or <canvas>.
the <img> or <canvas> does NOT need to be in the DOM.
Last updated
Was this helpful?