Skip to content
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

Ground fill keepout ignores stroke-width from group #4114

Open
KjellMorgenstern opened this issue Feb 6, 2024 · 0 comments
Open

Ground fill keepout ignores stroke-width from group #4114

KjellMorgenstern opened this issue Feb 6, 2024 · 0 comments

Comments

@KjellMorgenstern
Copy link
Member

Current Behaviour

Copper fill keepout does not take inherited stroke width into account.

Only the two connectors with direct stroke-width attributes have a proper keepout.


 <g id="copper1">
  <g id="copper0"  fill="none" stroke="rgb(255, 191, 0)" stroke-width=".4">
	<g transform="translate(0.45, 16.7)">
	<circle  cx="1.27" cy="1.27" r="0.7"  id="connector1pin" />
	<circle  cx="1.27" cy="3.81" r="0.7"  id="connector2pin" />
	<circle  cx="1.27" cy="6.35" r="0.7"  id="connector3pin" />
	<circle  cx="3.81" cy="1.27" r="0.7"  id="connector4pin" />
	<circle  cx="3.81" cy="3.81" r="0.7"  id="connector5pin" />
	<circle  cx="3.81" cy="6.35" r="0.7"  id="connector6pin" />
	<circle  cx="6.35" cy="1.27" r="0.7"  id="connector7pin" />
	<circle  cx="6.35" cy="3.81" r="0.7"  id="connector8pin" />
	<circle  cx="6.35" cy="6.35" r="0.7"  id="connector9pin" />
	<circle  cx="8.89" cy="1.27" r="0.7"  id="connector10pin" />
	<circle  cx="8.89" cy="3.81" r="0.7"  id="connector11pin" stroke-width=".4"/>
	<circle  cx="8.89" cy="6.35" r="0.7"  id="connector12pin" stroke-width=".4"/>
</g>
</g>

An 8mil keepout almost vanishes:
image

Build:
All versions until 1.0.2

Expected Behaviour

A stroke-width that is inherited from the group is respected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant