• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

svgdotjs / svg.js / 453
100%

Build:
DEFAULT BRANCH: master
Ran 25 Feb 2018 07:36AM UTC
Jobs 1
Files 1
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
453

push

travis-ci

Saivan
Fixed an issue where a matrix string contained invalid floats

This commit fixes an issue which would cause errors in chrome when
a matrix like matrix(1, 0, 0, 1, 1e-90, 0) was output. This was
caused because all values in a matrix have to be valid float32's,
and therefore a 1e-90 could not be represented as a float32.

To fix this, we coax values smaller that 1e-27 to be represented
as zero. This avoids any potential issue due to this.

1136 of 1231 branches covered (92.28%)

1828 of 1865 relevant lines covered (98.02%)

349.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 453.1 25 Feb 2018 07:36AM UTC 0
98.02
Travis Job 453.1
Source Files on build 453
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #453
  • 8a5c8fa2 on github
  • Prev Build on master (#452)
  • Next Build on master (#521)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc