Why text attribute in SVG file does not appear in Android Studio vector asset XML on asset import
up vote
1
down vote
favorite
I imported an .svg
file with the following xml in it
<text class="cls-4" transform="translate(3.08 8.71)">My Text</text>
<text class="cls-4" transform="translate(66.04 94.97) rotate(180)">My Text</text>
into Android Studio as an image asset via
File > New > Vector Asset
and in the xml of the new vector asset I do ctrl+f
but find no string My Text
and infact the text does not render becuase it does not exist in the svg file.
android android-studio svg
add a comment |
up vote
1
down vote
favorite
I imported an .svg
file with the following xml in it
<text class="cls-4" transform="translate(3.08 8.71)">My Text</text>
<text class="cls-4" transform="translate(66.04 94.97) rotate(180)">My Text</text>
into Android Studio as an image asset via
File > New > Vector Asset
and in the xml of the new vector asset I do ctrl+f
but find no string My Text
and infact the text does not render becuase it does not exist in the svg file.
android android-studio svg
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I imported an .svg
file with the following xml in it
<text class="cls-4" transform="translate(3.08 8.71)">My Text</text>
<text class="cls-4" transform="translate(66.04 94.97) rotate(180)">My Text</text>
into Android Studio as an image asset via
File > New > Vector Asset
and in the xml of the new vector asset I do ctrl+f
but find no string My Text
and infact the text does not render becuase it does not exist in the svg file.
android android-studio svg
I imported an .svg
file with the following xml in it
<text class="cls-4" transform="translate(3.08 8.71)">My Text</text>
<text class="cls-4" transform="translate(66.04 94.97) rotate(180)">My Text</text>
into Android Studio as an image asset via
File > New > Vector Asset
and in the xml of the new vector asset I do ctrl+f
but find no string My Text
and infact the text does not render becuase it does not exist in the svg file.
android android-studio svg
android android-studio svg
asked Nov 19 at 3:13
the_prole
2,72763173
2,72763173
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I think the text attribute is somehow not interpreted by Android Studio. I was able to solve the problem by converting the text in the original Adobe Illustrator file to a path, then export the Illustrator file as an svg
file, then import the svg
image into Android studio as a vector asset; my problem was I was exporting the Illustrator file to svg
format before converting the text to a path.
Steps for converting text to paths in Adobe Illustrator
http://reachheadwear.com/illustrator-101-creating-outlines
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I think the text attribute is somehow not interpreted by Android Studio. I was able to solve the problem by converting the text in the original Adobe Illustrator file to a path, then export the Illustrator file as an svg
file, then import the svg
image into Android studio as a vector asset; my problem was I was exporting the Illustrator file to svg
format before converting the text to a path.
Steps for converting text to paths in Adobe Illustrator
http://reachheadwear.com/illustrator-101-creating-outlines
add a comment |
up vote
0
down vote
I think the text attribute is somehow not interpreted by Android Studio. I was able to solve the problem by converting the text in the original Adobe Illustrator file to a path, then export the Illustrator file as an svg
file, then import the svg
image into Android studio as a vector asset; my problem was I was exporting the Illustrator file to svg
format before converting the text to a path.
Steps for converting text to paths in Adobe Illustrator
http://reachheadwear.com/illustrator-101-creating-outlines
add a comment |
up vote
0
down vote
up vote
0
down vote
I think the text attribute is somehow not interpreted by Android Studio. I was able to solve the problem by converting the text in the original Adobe Illustrator file to a path, then export the Illustrator file as an svg
file, then import the svg
image into Android studio as a vector asset; my problem was I was exporting the Illustrator file to svg
format before converting the text to a path.
Steps for converting text to paths in Adobe Illustrator
http://reachheadwear.com/illustrator-101-creating-outlines
I think the text attribute is somehow not interpreted by Android Studio. I was able to solve the problem by converting the text in the original Adobe Illustrator file to a path, then export the Illustrator file as an svg
file, then import the svg
image into Android studio as a vector asset; my problem was I was exporting the Illustrator file to svg
format before converting the text to a path.
Steps for converting text to paths in Adobe Illustrator
http://reachheadwear.com/illustrator-101-creating-outlines
edited Nov 20 at 2:35
answered Nov 19 at 3:25
the_prole
2,72763173
2,72763173
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53367819%2fwhy-text-attribute-in-svg-file-does-not-appear-in-android-studio-vector-asset-xm%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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