Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new plugin: merge multiple Paths into one #87

Closed
deepsweet opened this issue Dec 23, 2012 · 5 comments
Closed

new plugin: merge multiple Paths into one #87

deepsweet opened this issue Dec 23, 2012 · 5 comments
Assignees

Comments

@deepsweet
Copy link
Member

No description provided.

@atwood-cai
Copy link

hi: do you implement it ?

@GreLI
Copy link
Member

GreLI commented Sep 5, 2016

@atwood-cai, there is mergePaths, which merges adjacent paths with same attributes into one after checking for their possible intersection (by comparing convex hulls for performance reasons).

@atwood-cai
Copy link

bingo. @GreLI ,

@ganlanyuan
Copy link

Hi, is there a way to prevent this behavior?
I tried:

{
  plugins: [{
    mergePaths: {
      collapseRepeated: false,
      leadingZero: false,
      negativeExtraSpace: false
    }
  }]
}

But it didn't work?

@ganlanyuan
Copy link

{
  mergePaths: false
}

This works.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants