| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Svgone.Plugin.MergePaths
Documentation
Instances
| Plugin P Source # | |
Defined in Svgone.Plugin.MergePaths Associated Types data PluginOptions P Source # Methods defaultOpts :: PluginOptions P Source # plugin :: PluginOptions P -> Document -> Document Source # pluginName :: Text Source # | |
| data PluginOptions P Source # | |
Defined in Svgone.Plugin.MergePaths | |
data family PluginOptions a Source #
Instances
| data PluginOptions P Source # | |
Defined in Svgone.Plugin.CollapseGroups | |
| data PluginOptions P Source # | |
Defined in Svgone.Plugin.RemoveAttributes | |
| data PluginOptions P Source # | |
Defined in Svgone.Plugin.MergePaths | |
Constructors
| AbsolutePath | Just use absolute coordinates. |
| SmartPath | Use relative offsets and horizontal/vertical lines where possible. |