-
Notifications
You must be signed in to change notification settings - Fork 359
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
Added Pin Labels to MicroSD Card module #379
Comments
To help further, you can create a pull request, where you update the modified SVG file (the breadboard svg in this case). For this simple change it can be done via the github webfrontend. |
No need to be in the core team to make a PR. Please check with a github tutorial, it is essential knowledge. |
I created a Fork, committed the change to that, and opened a pull request in the main repo. |
To have it rendered correct, I had to remove the tspan:
tspan (and QtSVG , our renderer) are a known problem: The problem is that QtSVG ignores the x,y in the tspan, and only applies the matrix transform. Not a bug, indeed x y offset (and rotation) are not supported: https://www.w3.org/TR/SVGTiny12/text.html#TSpanElement |
@KjellMorgenstern I am a bit new to vector graphics. Is there anything further required on my end ? Regards |
I edited the included part for the microSD card module, adding labels for the various pins.
I have attached an image showing the original part and my edited part as well as the fzpz file (inside the attached zip file).
microsdmodule_label.zip
How do I help merge these changes ?
The text was updated successfully, but these errors were encountered: