README.md

Travis build status

fixsvg

The goal of fixsvg is to edit SVG files automatically to work around a Firefox bug.

Installation

You can install fixsvg from GitHub with:

# install.packages("devtools")
devtools::install_github("fmichonneau/fixsvg")

Example

This package contains a single exported function, fix_clip_path() that takes as an argument the path of a project that may contain SVG files containing the clip-path element:

fix_clip_path("my-website")


fmichonneau/fixsvg documentation built on May 16, 2019, 2:30 a.m.