Commit f718c2eb authored by SergeyLuzyanin's avatar SergeyLuzyanin

Реализованы различные типы заливок автофигур

parent 08a5d978
...@@ -779,5 +779,6 @@ function GetHatchBrush(name, r, g, b, a, br, bg, bb, ba) ...@@ -779,5 +779,6 @@ function GetHatchBrush(name, r, g, b, a, br, bg, bb, ba)
//--------------------------------------------------------export---------------------------------------------------- //--------------------------------------------------------export----------------------------------------------------
window['AscCommon'] = window['AscCommon'] || {}; window['AscCommon'] = window['AscCommon'] || {};
window['AscCommon'].global_hatch_names = global_hatch_names; window['AscCommon'].global_hatch_names = global_hatch_names;
window['AscCommon'].global_hatch_offsets = global_hatch_offsets;
window['AscCommon'].GetHatchBrush = GetHatchBrush; window['AscCommon'].GetHatchBrush = GetHatchBrush;
})(window); })(window);
This diff is collapsed.
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