Skip to content

Commit 8170412

Browse files
committed
remove unused class and background circles
1 parent 3076565 commit 8170412

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/fonts/ploticon.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ module.exports = {
169169
'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'21 21 90 90\'>',
170170
'<defs>',
171171
' <style>',
172-
' .cls-1{fill:#8c99cd;}',
173172
' .cls-2{fill:url(#linear-gradient);}',
174173
' .cls-3{fill:#777; stroke:#FFF; strokewidth:2;}',
175174
' </style>',
@@ -181,12 +180,6 @@ module.exports = {
181180
'</defs>',
182181
' <title>plotly-logomark</title>',
183182
' <g id=\'symbol\'>',
184-
' <circle class=\'cls-1\' cx=\'78\' cy=\'54\' r=\'6\'/>',
185-
' <circle class=\'cls-1\' cx=\'102\' cy=\'30\' r=\'6\'/>',
186-
' <circle class=\'cls-1\' cx=\'78\' cy=\'30\' r=\'6\'/>',
187-
' <circle class=\'cls-1\' cx=\'54\' cy=\'30\' r=\'6\'/>',
188-
' <circle class=\'cls-1\' cx=\'30\' cy=\'30\' r=\'6\'/>',
189-
' <circle class=\'cls-1\' cx=\'30\' cy=\'54\' r=\'6\'/>',
190183
' <circle class=\'cls-2\' cx=\'78\' cy=\'54\' r=\'6\'/>',
191184
' <circle class=\'cls-2\' cx=\'102\' cy=\'30\' r=\'6\'/>',
192185
' <circle class=\'cls-2\' cx=\'78\' cy=\'30\' r=\'6\'/>',

0 commit comments

Comments
 (0)