Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

Text in SVG file - Clipping

Explorer ,
Dec 18, 2016 Dec 18, 2016

I'm using flash to create an interactive map and exporting it as a SVG file.

I'm having a problem with the TEXT - when the browser is scaled down like to the size for a phone some of the text is "clipped" off at the end

Example

Text  = Academic Building Level 01 (ok on desktop size)

(in the phone browser size)Text = Academic Building Level 0

<text clip-path="url(#Mask_Mask_36)" writing-mode="lr"><tspan x="0" y="16.3" baseline-shift="0%" kerning="auto" font-family="Arial_Bold" font-weight="bold" font-size="18" fill="#000000" xml:space="preserve">Academic Building Level 01</tspan></text>

</g>

Notice the clipping at end of text

Any suggestions on how to stop the clipping?

Thanks Wayne

250
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Dec 19, 2016 Dec 19, 2016

I found my problem with this - I changed to the use "device fonts"

It was set to "Anti-alias for readability"

Translate
Explorer ,
Dec 19, 2016 Dec 19, 2016
LATEST

I found my problem with this - I changed to the use "device fonts"

It was set to "Anti-alias for readability"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines