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

svgdotjs / svg.js / 453 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 25 Feb 2018 07:36AM UTC
Files 1
Run time 2s
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

25 Feb 2018 07:35AM UTC coverage: 98.016% (+0.002%) from 98.014%
453.1

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

Source Files on job 453.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1
  • Travis Job 453.1
  • 8a5c8fa2 on github
  • Prev Job for on master (#452.1)
  • Next Job for on master (#521.1)
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