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

Fix check for "hasSubSubfeatures" in svg feature rendering #4600

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Conversation

cmdcolin
Copy link
Collaborator

Currently we do a specialized rendering routine when features have "subsubfeatures". this is not commonly used but e.g. when there is like a stop codon subfeature of a CDS it is used. This check was not working however, because it returned true for an empty array of subfeatures.

This is a basic fix for #4599

@cmdcolin cmdcolin force-pushed the fix_svg branch 2 times, most recently from f067219 to c1f283e Compare October 14, 2024 14:46
@cmdcolin cmdcolin merged commit d62f7a8 into main Oct 14, 2024
4 checks passed
@cmdcolin cmdcolin deleted the fix_svg branch October 14, 2024 15:08
@cmdcolin cmdcolin mentioned this pull request Oct 15, 2024
@cmdcolin cmdcolin added the bug Something isn't working label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant