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

DEV-13813: Only write SVG symbol definitions to PDF output once #764

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

anderspollack
Copy link
Contributor

@anderspollack anderspollack commented Jun 22, 2023

@geealbers good catch, writing these SVGs for each section was an oversight, this should fix it

Thank you for contributing to Quire! Please complete the form below to submit your pull request for review.

For the Title of this pull request, please use the format "Type/Issue-#: Brief description." For Type, the options are Fix, Feature, Docs, or Chore. Issue-# is only needed if this pull request addresses an exisiting issue.

Checklist

Please put an X within the brackets that apply [X].

  • I have read the CONTRIBUTING.md file

  • I have made my changes in a new branch and not directly in the main branch

  • This pull request is ready for final review by the Quire team

Is this pull request related to an open issue? If so, what is the issue number?

DEV-13813

Please briefly describe the goal of this pull request and how it may impact Quire's functionality.

We were including SVG symbol definitions to display CC license icons in PDF output, but they were being included before each <section> element

Please describe the changes you made, and call out any details you think are particularly relevant for the Quire team to note in their review.

Only write SVG symbol definitions for the first collection index

Does this pull request necessitate changes to Quire's documentation?

Include screenshots of before/after if applicable.

Additional Comments

Copy link
Member

@geealbers geealbers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@anderspollack anderspollack merged commit 303f29e into main Jun 22, 2023
@anderspollack anderspollack deleted the fix/DEV-13813 branch June 22, 2023 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants