Skip to content
This repository was archived by the owner on Mar 14, 2020. It is now read-only.

[Palette View] Fix the problem that SVG font not loaded.#94

Closed
zhizhangchen wants to merge 1 commit into
intel:masterfrom
zhizhangchen:svg-dynamic-url
Closed

[Palette View] Fix the problem that SVG font not loaded.#94
zhizhangchen wants to merge 1 commit into
intel:masterfrom
zhizhangchen:svg-dynamic-url

Conversation

@zhizhangchen

Copy link
Copy Markdown
Contributor

As font-face url in svg only works when it's of full URI format,
I dyamically get the source of svg ,replace the relative URL
with full URI and set it to "src" attribute of image tag using
data URI format

As font-face url in svg only works when it's of full URI format,
I dyamically get the source of svg ,replace the relative URL
with full URI and set it to "src" attribute of image tag using
data URI format
@sbryan

sbryan commented Jun 26, 2012

Copy link
Copy Markdown
Contributor

merged into master as commit c790f40

@sbryan sbryan closed this Jun 26, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants