bocoup / web-platform-contribution-guide

Source code for the Web Platform Contribution Guide, a guidebook to becoming a web platform contributor.
https://wpc.guide
13 stars 1 forks source link

"node.js" => "Node.js" in graphic #108

Open rwaldron opened 4 years ago

rwaldron commented 4 years ago

image

The correct spelling is "Node.js"

zcorpan commented 4 years ago

This would be easier to fix if the SVG used text elements instead of drawing each glyph with path. It'd need the font applied though -- either the SVG can be inlined, and let the font inherit, or if it's external the font needs to be a data: URL in @font-face (because SVGs in img can't reference external resources).

@isaacdurazo