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

Relative Textgrößen machen Textfehler in MS Office #24

Open
squeakyflamingo opened this issue Jan 11, 2022 · 8 comments
Open

Relative Textgrößen machen Textfehler in MS Office #24

squeakyflamingo opened this issue Jan 11, 2022 · 8 comments

Comments

@squeakyflamingo
Copy link

Dadurch, dass die Texte (bspw. in Person-EL) mit relativen Größen angelegt sind, werden sie in MS Office nicht schön dargestellt.

In Word:
In Word

In Firefox:
In Firefox

Code "relative Textgröße":

<text xmlns="http://www.w3.org/2000/svg" x="128" y="128" font-family="Roboto Slab Bold" font-size="300%" dominant-baseline="central" fill="" text-anchor="middle" id="text15" style="-inkscape-font-specification:'Roboto Slab Bold';font-family:'Roboto Slab';font-weight:bold;font-style:normal;font-stretch:normal;font-variant:normal;">EL</text>
@jonas-koeritz
Copy link

Das ist in meinem Repo (dass die Basis für diese Zeichen darstellt) größtenteils gefixt.

@squeakyflamingo
Copy link
Author

Aber da fehlen mir die ganzen kleinteiligen Zeichen der Wasserrettung. :|

@ReneDens
Copy link
Owner

@jonas-koeritz Da muss ich mal kucken wie ich das noch gemerget bekomme. Danke für den Tipp.

@squeakyflamingo
Copy link
Author

squeakyflamingo commented Jan 11, 2022

Vllt. bastle ich mir auch mal aus euren Bibliotheken eine Mischung. :D
Aber falls es schon gefixt existiert, freue ich mich da auch.

@jonas-koeritz
Copy link

Eventuell kopiere ich auch von hier einfach die fehlenden und markiere dich als Autor, natürlich nur wenn das für dich klar geht.

@squeakyflamingo
Copy link
Author

Falls das nicht zu viel Aufwand ist, fände ich es cool, wenn das WR-Symbol von hier gleich übernommen würde. @ReneDens hat es, glaube ich, näher an die DV102-Beispiele geschafft.

@ReneDens
Copy link
Owner

ReneDens commented Jan 11, 2022

@jonas-koeritz Klar, gerne, bedien dich und merge/kopiere durch die Gegend. Dafür isses ja freie Lizenz.
N paar sind vielleicht bayerische Spezialfälle, aber der Rest ist ja universell.
Irgendwann wenn ich mal mehr Zeit hab melde ich mich mal bei dir, damit wir vielleicht unsere Kräfte komplett in einem Projekt bündeln können.

@ squeakyflamingo Mein Wasserrettungssymbol ist dafür auch komplexer gebaut und könnte evlt non Standard SVG Formen enthalten, weil es nicht zu Fuss, sondern mit Inkscape gebaut ist.

@squeakyflamingo
Copy link
Author

squeakyflamingo commented Jan 11, 2022

Das WR-Symbol kann man relativ easy etwas aufräumen. Und dann sieht es eigentlich ziemlich standardkonform aus. :)
Keine Ahnung, wie easy das in den j2-Build implementierbar ist, aber vllt. ist es ja tatsächlich mit Copy-Paste getan.

<rect x="176.5" y="-4" width="34" height="34" transform="rotate(45)" fill="none" stroke="#000000" stroke-width="5"/>

<path d="m 99.045829,98.736424 c 0,0 -0.264149,-13.32437 9.460921,-13.97747 9.77075,-0.656146 10.3562,7.265035 10.3562,7.265035 0,0 0.30639,6.735827 8.11679,6.735827 7.81038,0 8.37446,-6.67634 8.37446,-6.67634 0,0 1.94572,-7.579966 10.92923,-7.312057 9.87626,0.294533 9.94718,14.049006 9.94718,14.049006"
fill="none" stroke="#000000" stroke-width="5" />

<path d="m 99.770777,115.07915 c 0,0 -0.264149,-13.32436 9.460923,-13.97747 9.77075,-0.65614 10.3562,7.26504 10.3562,7.26504 0,0 0.30639,6.73583 8.11678,6.73583 7.81039,0 8.37447,-6.67634 8.37447,-6.67634 0,0 1.94572,-7.57997 10.92922,-7.31206 9.87626,0.29453 9.94718,14.04901 9.94718,14.04901"
fill="none" stroke="#000000" stroke-width="5" />

Als PoC mit ein paar Minuten händischem SVG-Code-Geschubse.
PoC

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

No branches or pull requests

3 participants