question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

create concave objects and svg curves

See original GitHub issue

Hi!. i am having a problems creating objects concave vertices and svg curves, so:

1. I´ve tried create the next vertices: Vertices.fromPath('40 0 40 20 100 20 100 80 40 80 40 100 0 50') image but, i am gotting the next object. image

2. Also, it is happening when i wanna load a svg file, so: image image and result is: image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Cdvalenciacommented, Sep 11, 2017

This is a solution using polydecomp

1reaction
Qrivacommented, Sep 11, 2017

Not sure why I got mail in english and now your comment is in spanish 😄 As I said if your code is the same as in demo page i bet it can be poly-decomp. If not then make code fiddle

Read more comments on GitHub >

github_iconTop Results From Across the Web

Curved/Custom DIV Shape Tutorial - CSS & SVG - YouTube
How to create curved and custom DIV shape (responsive) using HTML/CSS and SVG pathSource Code: ...
Read more >
Basic shapes - SVG: Scalable Vector Graphics - MDN Web Docs
Using a path element, you can draw rectangles (with or without rounded corners), circles, ellipses, polylines, and polygons. Basically any of ...
Read more >
Paths — SVG 2
Paths represent the geometry of the outline of an object, defined in terms of moveto (set a new current point), lineto (draw a...
Read more >
stroke-linejoin miter for concave SVG shapes - Stack Overflow
But the clipping on this second curve is slightly different. ... adjust the internal miter clipping by adding this attribute to your path:...
Read more >
Create a Bezier Curve Clipping Path - Jake Trent
Curves in SVG Clip Paths ... SVG to the rescue! SVG has a clipPath element that will help us out. The clipPath element...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found