Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Updates for 2022 logo #6232

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

Merged
merged 12 commits into from
Jul 6, 2022
Prev Previous commit
Next Next commit
order items in logo
  • Loading branch information
archmoj committed Jun 15, 2022
commit a82b97c31c3f05e8795e7bde28d5ab58d532e298
12 changes: 6 additions & 6 deletions 12 src/fonts/ploticon.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ module.exports = {
'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'21 21 90 90\'>',
'<defs>',
' <style>',
' .cls-1{fill:#777; stroke:#FFF; strokewidth:2;}',
' .cls-2{fill:url(#linear-gradient);}',
' .cls-3{fill:#777; stroke:#FFF; strokewidth:2;}',
' </style>',
' <linearGradient id=\'linear-gradient\' x1=\'20.32\' y1=\'42.71\' x2=\'115.98\' y2=\'42.71\' gradientTransform=\'translate(-1.21 -2.82)\' gradientUnits=\'userSpaceOnUse\'>',
' <stop offset=\'0\' stop-color=\'#ff2c6d\'/>',
Expand All @@ -180,16 +180,16 @@ module.exports = {
'</defs>',
' <title>plotly-logomark</title>',
' <g id=\'symbol\'>',
' <circle class=\'cls-2\' cx=\'78\' cy=\'54\' r=\'6\'/>',
' <circle class=\'cls-2\' cx=\'102\' cy=\'30\' r=\'6\'/>',
' <circle class=\'cls-2\' cx=\'78\' cy=\'30\' r=\'6\'/>',
' <circle class=\'cls-2\' cx=\'78\' cy=\'54\' r=\'6\'/>',
' <circle class=\'cls-2\' cx=\'54\' cy=\'30\' r=\'6\'/>',
' <circle class=\'cls-2\' cx=\'30\' cy=\'30\' r=\'6\'/>',
' <circle class=\'cls-2\' cx=\'30\' cy=\'54\' r=\'6\'/>',
' <path class=\'cls-3\' d=\'M30,72a6,6,0,0,0-6,6v24a6,6,0,0,0,12,0V78A6,6,0,0,0,30,72Z\'/>',
' <path class=\'cls-3\' d=\'M78,72a6,6,0,0,0-6,6v24a6,6,0,0,0,12,0V78A6,6,0,0,0,78,72Z\'/>',
' <path class=\'cls-3\' d=\'M54,48a6,6,0,0,0-6,6v48a6,6,0,0,0,12,0V54A6,6,0,0,0,54,48Z\'/>',
' <path class=\'cls-3\' d=\'M102,48a6,6,0,0,0-6,6v48a6,6,0,0,0,12,0V54A6,6,0,0,0,102,48Z\'/>',
' <path class=\'cls-1\' d=\'M30,72a6,6,0,0,0-6,6v24a6,6,0,0,0,12,0V78A6,6,0,0,0,30,72Z\'/>',
' <path class=\'cls-1\' d=\'M78,72a6,6,0,0,0-6,6v24a6,6,0,0,0,12,0V78A6,6,0,0,0,78,72Z\'/>',
' <path class=\'cls-1\' d=\'M54,48a6,6,0,0,0-6,6v48a6,6,0,0,0,12,0V54A6,6,0,0,0,54,48Z\'/>',
' <path class=\'cls-1\' d=\'M102,48a6,6,0,0,0-6,6v48a6,6,0,0,0,12,0V54A6,6,0,0,0,102,48Z\'/>',
' </g>',
'</svg>'
].join('')
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.