-
Notifications
You must be signed in to change notification settings - Fork 56
2525D C1 Update #381
base: dev
Are you sure you want to change the base?
2525D C1 Update #381
Conversation
From @mepler
<rect x="268.5" y="348.5" fill="#FFFFFF" stroke="#231F20" stroke-width="5" stroke-miterlimit="10" width="19.46" height="90.75"/> | ||
<rect x="351.5" y="365.5" fill="#FFFFFF" stroke="#231F20" stroke-width="5" stroke-miterlimit="10" width="15" height="57"/> | ||
<rect x="243.4" y="387.5" fill="#FFFFFF" stroke="#231F20" stroke-width="5" stroke-miterlimit="10" width="136.56" height="14"/> | ||
<path id="_106699768" d="M269.44,405.12h12.96v32.52h-12.96V405.12z M360.52,414.84h-6.6v-9.72h6.48v9.72H360.52z M250,398.64v-6.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mepler - Requires fill
<line id="mod1_1_" display="inline" fill="none" stroke="#0000FF" stroke-width="2" x1="203.966" y1="346.985" x2="406.199" y2="346.705"/> | ||
</g> | ||
<g id="mod1"> | ||
<text transform="matrix(1 0 0 1 244.5 340.5)" font-family="'ArialMT'" font-size="60">CYB</text> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Font is identified as ArialMT but looks serif.
svg/Appendices/Air/01110117.svg
Outdated
@@ -20,6 +20,6 @@ | |||
</g> | |||
</g> | |||
<g id="main"> | |||
<text transform="matrix(1 0 0 1 194.999 423.7715)" font-family="sans-serif" font-size="72">ASUW</text> | |||
<text transform="matrix(1 0 0 1 196.999 423.7715)" font-family="'ArialMT'" font-size="72">ASUW</text> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Font is identified as ArialMT but looks serif.
svg/Appendices/Air/01120000.svg
Outdated
@@ -21,6 +21,6 @@ | |||
</g> | |||
<g id="main"> | |||
|
|||
<text transform="matrix(1 0 0 1 208.0005 439.25)" fill="#FFFFFF" stroke="#000000" stroke-width="5" font-family="sans-serif" font-size="116.5535">CIV</text> | |||
<text transform="matrix(1 0 0 1 208.0005 439.25)" fill="#FFFFFF" stroke="#000000" stroke-width="5" font-family="'ArialMT'" font-size="116.5535">CIV</text> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Font is identified as ArialMT but looks serif.
svg/Appendices/Air/mod1/01411.svg
Outdated
<line id="mod1_1_" display="inline" fill="none" stroke="#0000FF" stroke-width="2" x1="203.966" y1="346.985" x2="406.199" y2="346.705"/> | ||
</g> | ||
<g id="mod1"> | ||
<text transform="matrix(1 0 0 1 244.5 340.5)" font-family="'ArialMT'" font-size="60">CYB</text> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Font is identified as ArialMT but looks serif.
- Replaced ArialMT with sans-serif - Removed double quotations "''"
Capturing some errant changes
Checking @joebayles comment above about the fonts, it looks like a few of the svg files may still have the proprietary (TimesNewRoman, Arial, etc.) vs. generic font family (serif, sans-serif) in this PR, example |
I must have missed those files that still have proprietary fonts. Feel free to continue the work. |
Updated and new SVGs PNGs
Fixes #397
Filled out the leading zeroes.
From @mepler
This will require an extensive review.
Fixes #456, #457