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

Solving bug of error resolution "ul ol+li{fill:#000000;font-family:ZW… #574

Closed
wants to merge 5 commits into from

Conversation

mccj
Copy link

@mccj mccj commented Sep 6, 2019

Reference Issue

What does this implement/fix? Explain your changes.

Solving bug of error resolution "ul ol+li{fill:#000000;font-family:ZWBIQX+HelveticaUnicodeMS;}"

Any other comments?

@mccj
Copy link
Author

mccj commented Sep 6, 2019

Converting PDF to SVG file with FreeSpire.PDF generates the following code
<text style="fill:#000000;font-family:AAAAAA+WenQuanYiMicroHei-0;" font-size="7" x="132.8691" y="22.13528">B</text>
Style symbol + cannot be parsed at present.

@mrbean-bremen
Copy link
Member

As far as I can see, this looks good - thanks!
Though I would wait a bit until #563 is resolved for ExCSS.

Source/Svg.csproj Outdated Show resolved Hide resolved
public SvgElement Element;
}
}
using System;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that the line feed code has changed.

{
if (_privateFonts == null)
{
_privateFonts = new PrivateFontCollection();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is remarks in the API reference.
What do you think about this ?

@mrbean-bremen
Copy link
Member

Superseded by #595 - closing.

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

Successfully merging this pull request may close these issues.

3 participants