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

How to set color in <vl-style-text> component? #28

Closed
nPaul opened this issue Jan 22, 2018 · 3 comments
Closed

How to set color in <vl-style-text> component? #28

nPaul opened this issue Jan 22, 2018 · 3 comments

Comments

@nPaul
Copy link

nPaul commented Jan 22, 2018

No description provided.

@ghettovoice
Copy link
Owner

Hi!
To set fill / stroke color you can add vl-style-fill / vl-style-stroke inside vl-style-text.
Example:

<vl-style-text text="Hello world!">
  <vl-style-fill color="red"></vl-style-fill>
  <vl-style-stroke color="blue"></vl-style-stroke>
</vl-style-text>

@nPaul
Copy link
Author

nPaul commented Jan 24, 2018

Thank!
it's work

@ghettovoice
Copy link
Owner

I close this because the issue resolved

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

2 participants