Skip to content

Custom paths can't be rendered #17

@cwiegleb

Description

@cwiegleb

Hello,

I can't get this library to render custom paths with Vue 2.5. the clipPath is "undefined" in the HTML too, so I am not sure whats wrong.

Example used:

<content-loader
		:height="160"
		:width="400"
		:speed="2"
		primaryColor="#f3f3f3"
		secondaryColor="#ecebeb">
  <rect x="18.56" y="16.61" rx="0" ry="0" width="350.03" height="41" /> 
  <rect x="18.73" y="78.61" rx="0" ry="0" width="109.2" height="46" />
</content-loader>

if I inspect that, the clipPath is

<clipPath id="68y2z5o1l1d">undefined</clipPath>

Can you help?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions