@cicciosgamino/github-button
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -9,2 +9,6 @@ # Changelog | ||
## [1.1.0] - 06-10-202 | ||
### Changed | ||
- Fixed proportion of path into the SVG viewBox (smaller) | ||
## [1.0.0] - 05-10-2021 | ||
@@ -11,0 +15,0 @@ ### Add |
@@ -85,4 +85,4 @@ import { LitElement, html, css } from 'lit' | ||
<svg version="1.1" viewBox="0 0 120 120" | ||
class="animation-move" role="img" aria-hidden="true" focusable="false" > | ||
<path d="m59.9947 3.85696c-31.7865 0-57.5586 25.772-57.5586 57.5656 0 25.4328 16.4923 47.0066 39.3666 54.622 2.88005 0.52653 3.92959-1.25097 3.92959-2.77757 0-1.36405-0.04947-4.9862-0.07774-9.78863-16.0117 3.47726-19.39-7.71783-19.39-7.71783-2.61855-6.64708-6.39265-8.41751-6.39265-8.41751-5.22649-3.57268 0.395786-3.502 0.395786-3.502 5.77777 0.40992 8.81684 5.93325 8.81684 5.93325 5.13461 8.79564 13.4744 6.25483 16.7538 4.78477 0.523003-3.72109 2.0072-6.25836 3.65395-7.69662-12.7818-1.45239-26.2208-6.39265-26.2208-28.4506 0-6.2831 2.24396-11.4212 5.92618-15.4462-0.593679-1.45593-2.56907-7.3079 0.561875-15.2342 0 0 4.83424-1.5478 15.8314 5.90145 4.59041-1.2757 9.51653-1.91532 14.4108-1.93652 4.88725 0.0212 9.81336 0.660821 14.4108 1.93652 10.9901-7.44925 15.8138-5.90145 15.8138-5.90145 3.14155 7.92632 1.16616 13.7783 0.57248 15.2342 3.68929 4.025 5.91912 9.16315 5.91912 15.4462 0 22.1145-13.4603 26.9806-26.2844 28.4047 2.06727 1.7775 3.90838 5.2901 3.90838 10.6615 0 7.69309-0.0707 13.902-0.0707 15.789 0 1.54073 1.0354 3.33237 3.95786 2.7705 22.8566-7.62948 39.3347-29.1892 39.3347-54.6149 0-31.7936-25.7756-57.5656-57.5692-57.5656" /> | ||
class="animation-move" role="img" aria-hidden="true" focusable="false" > | ||
<path d="m59.99541 11.390628c-27.521204 0-49.834951 22.313746-49.834951 49.841068 0 22.020024 14.279208 40.698954 34.084071 47.292414 2.493584 0.45588 3.402289-1.0831 3.402289-2.40486 0-1.181-0.04284-4.31711-0.0673-8.475118-13.863099 3.010658-16.788086-6.682191-16.788086-6.682191-2.267172-5.755129-5.534837-7.287994-5.534837-7.287994-4.525165-3.093268 0.342676-3.032075 0.342676-3.032075 5.002465 0.354916 7.633731 5.137089 7.633731 5.137089 4.445615 7.615371 11.666297 5.41551 14.505618 4.142713 0.452821-3.221771 1.737858-5.418571 3.163636-6.663834-11.066613-1.2575-22.702316-5.534837-22.702316-24.632933 0-5.439987 1.942854-9.888663 5.130968-13.373559-0.514014-1.260561-2.224336-6.327278 0.486479-13.189985 0 0 4.185548-1.34011 13.707058 5.10955 3.974435-1.104519 8.239535-1.658308 12.477097-1.676666 4.231443 0.01836 8.49654 0.572147 12.477095 1.676666 9.51539-6.44966 13.69176-5.10955 13.69176-5.10955 2.719996 6.862707 1.009672 11.929424 0.495657 13.189985 3.194234 3.484896 5.124851 7.933572 5.124851 13.373559 0 19.147049-11.654061 23.360134-22.75739 24.593159 1.789873 1.538983 3.383929 4.580238 3.383929 9.230846 0 6.660775-0.0612 12.036508-0.0612 13.670338 0 1.334 0.896465 2.88522 3.426764 2.39874 19.789567-6.6057 34.056531-25.272388 34.056531-47.286294 0-27.527322-22.316802-49.841068-49.844126-49.841068" /> | ||
</svg> | ||
@@ -89,0 +89,0 @@ |
{ | ||
"name": "@cicciosgamino/github-button", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Simple github button", | ||
@@ -5,0 +5,0 @@ "main": "github-button.js", |
45118