Commit 018a51f5 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

clip-path errror (svg)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@68394 954022d7-b5bf-4e40-9824-e11837661b57
parent b97edf59
...@@ -769,6 +769,9 @@ namespace NSHtmlRenderer ...@@ -769,6 +769,9 @@ namespace NSHtmlRenderer
{ {
if (m_bIsClipping) if (m_bIsClipping)
{ {
if (!m_oDocument.IsSpace())
m_oDocument.AddCharSafe(' ');
m_oDocument.WriteString(L"clip-path=\"url(#clip", 20); m_oDocument.WriteString(L"clip-path=\"url(#clip", 20);
m_oDocument.AddInt(m_lClippingPath - 1); m_oDocument.AddInt(m_lClippingPath - 1);
m_oDocument.WriteString(L")\" ", 3); m_oDocument.WriteString(L")\" ", 3);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment