round-polygon VS svg-round-corners

Compare round-polygon vs svg-round-corners and see what are their differences.

round-polygon

Tiny, typed, dependency free tool to round corners of any 2d-polygon. (by foretoo)

svg-round-corners

Little utility to round corners in a path (by BrunoFenzl)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
round-polygon svg-round-corners
2 1
18 66
- -
1.5 4.6
about 1 year ago about 2 months ago
TypeScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

round-polygon

Posts with mentions or reviews of round-polygon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-27.

svg-round-corners

Posts with mentions or reviews of svg-round-corners. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-24.
  • I made a tool to round corners of a polygon in a proper way
    2 projects | dev.to | 24 Jul 2022
    If you ever needed to round corners of a polygon — not a rectangle, in which case at least you have a CSS rule "border-radius," but an n-polygon like star or a triangle — you probably googled for such an algorithm, an npm package, or a git repo. In my case, I found a few (lib svg-round-corners, stackoverflow discussion, algo1, algo2), but all of these algos did a half of the work, literally: they would stop rounding the corner when the arc gets to a half of its shortest side. It's a trick to prevent arcs overlapping, but it also provides the lack of a naturally expected result.

What are some alternatives?

When comparing round-polygon and svg-round-corners you can also consider the following projects:

polygon-clipping - Apply boolean polygon clipping operations (union, intersection, difference, xor) to your Polygons & MultiPolygons.