mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Merge pull request 'Fix SVG' (#509) from fix/svg into release/v9.2.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/509
This commit is contained in:
@ -96,7 +96,7 @@ namespace SVG
|
||||
if (NULL == pSvgFile)
|
||||
return pObject;
|
||||
|
||||
if (DataObject != pObject->GetType() ||
|
||||
if (DataObject != pObject->GetType() &&
|
||||
(!pSvgFile->MarkObject(pObject) && AppliedObject == pObject->GetType()))
|
||||
{
|
||||
delete pObject;
|
||||
|
||||
@ -9,6 +9,8 @@
|
||||
|
||||
#include "../../../../Common/3dParty/html/css/src/StaticFunctions.h"
|
||||
|
||||
#include <cctype>
|
||||
|
||||
#ifndef MININT8
|
||||
#define MAXUINT8 ((unsigned char)~((unsigned char)0))
|
||||
#define MAXINT8 ((char)(MAXUINT8 >> 1))
|
||||
|
||||
Reference in New Issue
Block a user