How to prevent all text from being enlarged.
-
Help! I am trying to create word clouds. When my PHP/Javascript code is NOT using wordPress / colorMag everything looks great as shown at:
https://suncatcherstudio.com/word-cloud/index2.php
https://suncatcherstudio.com/word-cloud/without-wordpress-header.png
However, when this same code uses WordPress / ColorMag the text overlaps as can be seen at:
https://suncatcherstudio.com/word-cloud/
https://suncatcherstudio.com/word-cloud/with-wordpress-header.png
Even though the SVG font-size is identical in both examples, when using ColorMag / WordPress the displayed font increases.
<svg ... <text style="font-size: 38px;"> knowledge </text>
I have tried changing the font-size using CSS like shown below but this does not change the font in the SVG image.
p { font-size: 12px; }
Do you know a CSS command (or some other way), I can use to prevent the text in the SVG image from increasing??
Thanks,
Bill
The page I need help with: [log in to see the link]
- The topic ‘How to prevent all text from being enlarged.’ is closed to new replies.