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
render copper pours through the shared copper layer loop used by other copper elements while traces/pads/text already looped across top, bottom, and inner1-inner6
remove the duplicate top/bottom-only copper pour draw pass
add an 8-layer repro fixture covering top, inner1-inner6, and bottom
like top and bottom always transparent but when selected add more opacity and render on top , look how top and bottom layers look when selected and not
yes, I checked this in circuit-to-canvas. Currently, only the top and bottom layer copper colors are defined with a lighter (translucent) appearance, which is why their pours look transparent. Inner layers don’t have this defined, so their pours appear solid.
We should apply the same translucent color logic to the inner layers to keep the behavior consistent. Right?
Currently, top and bottom layers use an opacity of 0.5, which makes their pours translucent, while all other layers use 1, making them fully solid.
Because of this, inner layers appear solid instead of translucent. We should apply the same opacity (e.g., 0.5) to inner layers as well to make the rendering consistent across all layers./
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
test : https://pcb-viewer-7xytbyoag-tscircuit.vercel.app/?fixture=%7B%22path%22%3A%22src%2Fexamples%2F2026%2Frepros%2Finner-layer-copper-pours.fixture.tsx%22%7D
top,inner1-inner6, andbottom