Commit cf8d2082 authored by Oleg Korshul's avatar Oleg Korshul

Dash on print full support

parent f19de8f0
......@@ -359,7 +359,7 @@ namespace NSOnlineOfficeBinToPdf
case Aggplus::DashStyleCustom:
{
int nCountDash = ReadInt(current, curindex);
double pDash = new double(nCountDash);
double* pDash = new double(nCountDash);
for (int nDash = 0; nDash < nCountDash; ++nDash)
{
pDash[nDash] = ReadInt(current, curindex) / 100000.0;
......
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