Skip to content
New issue

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

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

Already on GitHub? # to your account

remove logoWidth param #10878

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

jNullj
Copy link
Member

@jNullj jNullj commented Feb 8, 2025

Fixes #10285

notice - i moved the auto logo size logic into badge-maker as it makes sense here, my logic was that its related to badge render, let me know if that was the right move.

Copy link
Contributor

github-actions bot commented Feb 8, 2025

Messages
📖 ✨ Thanks for your contribution to Shields, @jNullj!

Generated by 🚫 dangerJS against 1ea62b5

@@ -4,6 +4,7 @@ const { normalizeColor, toSvgColor } = require('./color')
const badgeRenderers = require('./badge-renderers')
const { stripXmlWhitespace } = require('./xml')
const { DEFAULT_LOGO_HEIGHT } = require('./constants')
const { getIconSize } = require('./svg-helpers.js')
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

svg-helpers.js resides at /lib and not inside the lib of badge-maker /badge-maker/lib
😵

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

Successfully merging this pull request may close these issues.

remove logoWidth param
1 participant