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

contao / imagine-svg / 106 / 5
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 01 Mar 2018 07:39PM UTC
Files 7
Run time 0s
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

01 Mar 2018 07:37PM UTC coverage: 98.951% (+0.4%) from 98.522%
COVERAGE='--exclude-group contao3 --coverage-clover build/logs/clover.xml'

push

travis-ci

ausi
Implement missing effects (#10)

Some notes about why certain things are implemented this way:

- Direct CSS filters like `filter: blur(1)` are not supported in SVG context in some browsers, so we have to use the `<filter>` element.
- Working around that by using `url()` with a data URI doesn’t work everywhere either.
- To avoid duplicate IDs we generate them with a hash of the SVG itself.
- Multiple values for the `filter` attribute are not supported in some browsers, so we are using multiple elements in `<filter>`.
- `filter` attribute on the main `<svg>` element is not supported in IE/Edge, this is why we are using a `<g>` wrapper.

283 of 286 relevant lines covered (98.95%)

5.75 hits per line

Source Files on job 106.5 (COVERAGE='--exclude-group contao3 --coverage-clover build/logs/clover.xml')
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • Travis Job 106.5
  • ba853e24 on github
  • Prev Job for COVERAGE='--exclude-group contao3 --coverage-clover build/logs/clover.xml' on master (#104.5)
  • Next Job for COVERAGE='--exclude-group contao3 --coverage-clover build/logs/clover.xml' on master (#107.5)
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