smooth-corners
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "smooth-corners", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "CSS superellipse masks with the Houdini API", | ||
@@ -5,0 +5,0 @@ "main": "paint.js", |
@@ -43,5 +43,7 @@ <h1 align=center>Smooth Corners</h1> | ||
.mask { | ||
/* Integer 1 to 100. Scoped locally or globally in :root {} | ||
2 is a perfect circle | ||
< 2 are diamonds / asteroids | ||
/* Integer 0 to 100. Scoped locally or globally in :root {} | ||
< 1 are concave rhombuses / asteroids | ||
= 1 is a perfect rhombus | ||
> 1 and <2 are convex rhombuses> | ||
= 2 is a perfect circle | ||
> 2 are rounded squares */ | ||
@@ -48,0 +50,0 @@ --smooth-corners: 3; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6848
102