Skip to content

[BUG] Bad code in discordjs-plain-wordmark.svg #1518

@cyberalien

Description

@cyberalien

I have searched through the issues and didn't find my problem.

  • Confirm

Bug description

<g stroke="null" fill="#2A2C3E">

Null is not a valid color

Possible fixes or solutions

<g stroke="none" fill="#2A2C3E">

Additional information

No response

Metadata

Metadata

Labels

bugUse this label for pointing out bugsin-developThe fix/feature is present in `develop` branch but not merged into `master` yet

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions