Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert inadvertent changes to KLogo path during linting. #868

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions lib/KLogo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,25 @@
/>
</g>
<g id="body">
<!-- eslint-disable max-len -->
<!-- eslint-disable vue/max-len -->
<path
d="M105 133.5C106.125 135.248 111.046 140.575 113.5 145.5C115.084 148.678 116.043
151.879 115.5 154.5C114.566 159.01 110.376 162.409 106.255 159.3C104.108 157.681
102.698 154.847 102.209 152.3C101.265 147.375 102.751 141.099 105 133.5ZM105 133.5C92
121.5 80.5894 106.993 86.0001 88C87.8773 81.4102 91.5066 76.5374 92.5907 67.8576C92.9229
65.1979 92.0525 63.0863 92.5907 60.3303C93.1958 57.2315 95.7567 53.5948 99.6458
2.8029C101.94 52.3358 104.538 52.8993 106.701 54.6847C108.251 55.9644 109.53 57.5443
109.801 59.5775C110.137 62.0918 109.848 65.8372 109.969 68.8091C110.064 71.1567 111.01
74.3275 111.846 76.5C123.727 101.615 117 110.5 105 133.5ZM102.455 52.7427C104.844 53.1793
107.316 54.5807 111.846 51.9511C117.52 46.8315 124.682 39.4836 129.898 34.0323C123.952
40.1759 122.341 41.8109 114.35 49.692C112.985 51.7283 111.085 54.0494 110.647
55.8138C110.089 58.0588 109.812 61.4633 109.967 63.8191"
65.1979 92.0525 63.0863 92.5907 60.3303C93.1958 57.2315 95.7567 53.5948 99.6458 52.8029C101.94
52.3358 104.538 52.8993 106.701 54.6847C108.251 55.9644 109.53 57.5443 109.801 59.5775C110.137
62.0918 109.848 65.8372 109.969 68.8091C110.064 71.1567 111.01 74.3275 111.846 76.5C123.727
101.615 117 110.5 105 133.5ZM102.455 52.7427C104.844 53.1793 107.316 54.5807 111.846
51.9511C117.52 46.8315 124.682 39.4836 129.898 34.0323C123.952 40.1759 122.341 41.8109
114.35 49.692C112.985 51.7283 111.085 54.0494 110.647 55.8138C110.089 58.0588 109.812
61.4633 109.967 63.8191"
stroke-width="6"
stroke-linecap="round"
stroke-linejoin="round"
/>
<!-- eslint-enable -->
</g>
<g id="right-wing-inner">
<path
Expand Down
Loading