You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Is there a way to get the area outside of the board outline to show as black, in the same way that drill holes do, instead of showing as the FR-4 background color? Currently, it seems to render the outline as a line but otherwise ignore it
The text was updated successfully, but these errors were encountered:
The method I use is to get an inverted black image of the board outline, then use PIL to mask the rest of the render with it to make the area outside the curved outline black.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to get the area outside of the board outline to show as black, in the same way that drill holes do, instead of showing as the FR-4 background color? Currently, it seems to render the outline as a line but otherwise ignore it
The text was updated successfully, but these errors were encountered: