Skip to content

svg inject

Alison Appling edited this page Sep 25, 2017 · 1 revision
  1. If using landscape and portrait, both need to be specified, otherwise the svg should be both

  2. If using two svgs that are almost the same (ids and classes match), the masks and clips need to be attributes and not included in the style (-n is added to ids for these)

  3. If using two svgs with the same id, selectors need to be switched to $("[id=the_id]") rather than the normal $("#the_id")

Clone this wiki locally