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

Update drupal #891

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

romain-dartigues
Copy link
Collaborator

@romain-dartigues romain-dartigues commented Jan 24, 2025

Thank you for your contribution! Before sending this Pull Request, please confirm the following:

  • You have read the contributing guidelines
  • The icon's size is under 1,024 Bytes
  • The layout of the SVG looks like this including newlines
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="..." role="img"
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#fff"/> ... </svg>

If you have done the above, please send the Pull Request.

Notes:
Drupal 10 have a new logo, the previous one has been renamed Druplicon (https://www.drupal.org/about/media-kit/logos).

Drupal 10 logo from https://drive.google.com/drive/folders/1Iubc70iKEFewCny_CQjt3m2q7CgLCvRQ

Constraints:

The Drupal logo should always have the appropriate amount of clear space surrounding the mark.
The correct amount of space is the width of the Individual Drop from within the Drupal Drop logo.

Let:

  • "i" be the width of the Individual Drop
  • "D" be the width of the Drupal Drop
  • "t" be the width of the viewPort
  • "r" be the ratio between the Individual Drop towards the Drupal Drop from the reference
.__________ t ________.
|                     |
|   ._ x_.   ._ x_.   |
|   |    |   |    |   |
v   v    v   v    v   v
+---+----+---+----+---+
^   ^    ^   ^    ^   ^
|_i_|    |_i_|    |_i_|
    ^             ^
    |_____ D _____|

t = 512
r = 74.202/292

D = t - i*2 = x*2 + i
i = D * r
t = i*3 + x*2
x = (D-i)/2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant