SVG Misrendering Characters in some devices












0















I have a SVG with a logo and some text (lets say : "Hitch Hike") put up on my website.



And (Only) in some android devices (Version 7 is what I have observed) Hitch Hike is show as "KitcK Kike". H is transforming into K. This definitely is not a grouping issue while exporting SVG, as it will break in all devices. And even if a SVG breaks it should show some lines not an entirely different character.



Is there any global support SVG versioning or any one know what could have caused this?



Cannot paste SVG here due to copy right issues.










share|improve this question

























  • are you using adobe illustrator?

    – Chulps
    Nov 18 '18 at 11:47











  • Yes I suppose, it was designed by someone an year back in illustrator

    – Sarath Damaraju
    Nov 18 '18 at 11:54











  • if you have illustrator you can convert the text to outlines by selecting the text and pressing cmd + O on your keyboard. then the text will display correctly.

    – Chulps
    Nov 18 '18 at 12:34











  • Yes, done in the same way and working fine in all devices except older android versions. Wanted to know why is it happening

    – Sarath Damaraju
    Nov 18 '18 at 14:29






  • 1





    Perhaps the font had an alternate form H that the designer used. But Android N had a bug in the code that determined which glyph to use (?). Who knows. It's impossible to say without the SVG or the font. But the correct solution is to always convert your text to outlines. Don't rely on users devices having the correct font available.

    – Paul LeBeau
    Nov 19 '18 at 15:18
















0















I have a SVG with a logo and some text (lets say : "Hitch Hike") put up on my website.



And (Only) in some android devices (Version 7 is what I have observed) Hitch Hike is show as "KitcK Kike". H is transforming into K. This definitely is not a grouping issue while exporting SVG, as it will break in all devices. And even if a SVG breaks it should show some lines not an entirely different character.



Is there any global support SVG versioning or any one know what could have caused this?



Cannot paste SVG here due to copy right issues.










share|improve this question

























  • are you using adobe illustrator?

    – Chulps
    Nov 18 '18 at 11:47











  • Yes I suppose, it was designed by someone an year back in illustrator

    – Sarath Damaraju
    Nov 18 '18 at 11:54











  • if you have illustrator you can convert the text to outlines by selecting the text and pressing cmd + O on your keyboard. then the text will display correctly.

    – Chulps
    Nov 18 '18 at 12:34











  • Yes, done in the same way and working fine in all devices except older android versions. Wanted to know why is it happening

    – Sarath Damaraju
    Nov 18 '18 at 14:29






  • 1





    Perhaps the font had an alternate form H that the designer used. But Android N had a bug in the code that determined which glyph to use (?). Who knows. It's impossible to say without the SVG or the font. But the correct solution is to always convert your text to outlines. Don't rely on users devices having the correct font available.

    – Paul LeBeau
    Nov 19 '18 at 15:18














0












0








0








I have a SVG with a logo and some text (lets say : "Hitch Hike") put up on my website.



And (Only) in some android devices (Version 7 is what I have observed) Hitch Hike is show as "KitcK Kike". H is transforming into K. This definitely is not a grouping issue while exporting SVG, as it will break in all devices. And even if a SVG breaks it should show some lines not an entirely different character.



Is there any global support SVG versioning or any one know what could have caused this?



Cannot paste SVG here due to copy right issues.










share|improve this question
















I have a SVG with a logo and some text (lets say : "Hitch Hike") put up on my website.



And (Only) in some android devices (Version 7 is what I have observed) Hitch Hike is show as "KitcK Kike". H is transforming into K. This definitely is not a grouping issue while exporting SVG, as it will break in all devices. And even if a SVG breaks it should show some lines not an entirely different character.



Is there any global support SVG versioning or any one know what could have caused this?



Cannot paste SVG here due to copy right issues.







html web svg






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 18 '18 at 11:55







Sarath Damaraju

















asked Nov 18 '18 at 11:35









Sarath DamarajuSarath Damaraju

9218




9218













  • are you using adobe illustrator?

    – Chulps
    Nov 18 '18 at 11:47











  • Yes I suppose, it was designed by someone an year back in illustrator

    – Sarath Damaraju
    Nov 18 '18 at 11:54











  • if you have illustrator you can convert the text to outlines by selecting the text and pressing cmd + O on your keyboard. then the text will display correctly.

    – Chulps
    Nov 18 '18 at 12:34











  • Yes, done in the same way and working fine in all devices except older android versions. Wanted to know why is it happening

    – Sarath Damaraju
    Nov 18 '18 at 14:29






  • 1





    Perhaps the font had an alternate form H that the designer used. But Android N had a bug in the code that determined which glyph to use (?). Who knows. It's impossible to say without the SVG or the font. But the correct solution is to always convert your text to outlines. Don't rely on users devices having the correct font available.

    – Paul LeBeau
    Nov 19 '18 at 15:18



















  • are you using adobe illustrator?

    – Chulps
    Nov 18 '18 at 11:47











  • Yes I suppose, it was designed by someone an year back in illustrator

    – Sarath Damaraju
    Nov 18 '18 at 11:54











  • if you have illustrator you can convert the text to outlines by selecting the text and pressing cmd + O on your keyboard. then the text will display correctly.

    – Chulps
    Nov 18 '18 at 12:34











  • Yes, done in the same way and working fine in all devices except older android versions. Wanted to know why is it happening

    – Sarath Damaraju
    Nov 18 '18 at 14:29






  • 1





    Perhaps the font had an alternate form H that the designer used. But Android N had a bug in the code that determined which glyph to use (?). Who knows. It's impossible to say without the SVG or the font. But the correct solution is to always convert your text to outlines. Don't rely on users devices having the correct font available.

    – Paul LeBeau
    Nov 19 '18 at 15:18

















are you using adobe illustrator?

– Chulps
Nov 18 '18 at 11:47





are you using adobe illustrator?

– Chulps
Nov 18 '18 at 11:47













Yes I suppose, it was designed by someone an year back in illustrator

– Sarath Damaraju
Nov 18 '18 at 11:54





Yes I suppose, it was designed by someone an year back in illustrator

– Sarath Damaraju
Nov 18 '18 at 11:54













if you have illustrator you can convert the text to outlines by selecting the text and pressing cmd + O on your keyboard. then the text will display correctly.

– Chulps
Nov 18 '18 at 12:34





if you have illustrator you can convert the text to outlines by selecting the text and pressing cmd + O on your keyboard. then the text will display correctly.

– Chulps
Nov 18 '18 at 12:34













Yes, done in the same way and working fine in all devices except older android versions. Wanted to know why is it happening

– Sarath Damaraju
Nov 18 '18 at 14:29





Yes, done in the same way and working fine in all devices except older android versions. Wanted to know why is it happening

– Sarath Damaraju
Nov 18 '18 at 14:29




1




1





Perhaps the font had an alternate form H that the designer used. But Android N had a bug in the code that determined which glyph to use (?). Who knows. It's impossible to say without the SVG or the font. But the correct solution is to always convert your text to outlines. Don't rely on users devices having the correct font available.

– Paul LeBeau
Nov 19 '18 at 15:18





Perhaps the font had an alternate form H that the designer used. But Android N had a bug in the code that determined which glyph to use (?). Who knows. It's impossible to say without the SVG or the font. But the correct solution is to always convert your text to outlines. Don't rely on users devices having the correct font available.

– Paul LeBeau
Nov 19 '18 at 15:18












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53360412%2fsvg-misrendering-characters-in-some-devices%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53360412%2fsvg-misrendering-characters-in-some-devices%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to pass form data using jquery Ajax to insert data in database?

National Museum of Racing and Hall of Fame

Guess what letter conforming each word