Commit e7a60e92 authored by SergeyLuzyanin's avatar SergeyLuzyanin Committed by Alexander.Trofimov

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

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