Pablo is a lightweight, expressive JavaScript SVG library. Pablo creates interactive drawings with SVG (Scalable Vector Graphics), giving access to all of SVG's granularity and power.
Browser detection is broken for IE11: ua string is lowercased, but "Trident" string begins with a capital letter. As a result, prefix is not determined correctly (name == "mozilla", prefix == "moz") and Pablo.isSupported is set to false.
Browser detection is broken for IE11:
ua
string is lowercased, but"Trident"
string begins with a capital letter. As a result, prefix is not determined correctly (name == "mozilla"
,prefix == "moz"
) andPablo.isSupported
is set tofalse
.