Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

options.sizeMultiply, ${obj}.toString().indexOf('SVGElement') #227

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Commits on Aug 16, 2019

  1. options.sizeMultiply, ${obj}.toString().indexOf('SVGElement')

    const multiple = (options.sizeMultiply || 1)
    
    const isElement = obj => obj instanceof HTMLElement || obj instanceof SVGElement || (`${obj}`.toString().indexOf('SVGElement') > -1);
    0student authored Aug 16, 2019
    Configuration menu
    Copy the full SHA
    065ca1b View commit details
    Browse the repository at this point in the history