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

contao / imagine-svg / 106
98%

Build:
DEFAULT BRANCH: master
Ran 01 Mar 2018 07:39PM UTC
Jobs 1
Files 7
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

pending completion
106

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

Jobs
ID Job ID Ran Files Coverage
5 106.5 (COVERAGE='--exclude-group contao3 --coverage-clover build/logs/clover.xml') 01 Mar 2018 07:38PM UTC 0
98.95
Travis Job 106.5
Source Files on build 106
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #106
  • ba853e24 on github
  • Prev Build on master (#104)
  • Next Build on master (#107)
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