diff --git a/build/Gruntfile.js b/build/Gruntfile.js index 0a421845d9..188d6269a8 100644 --- a/build/Gruntfile.js +++ b/build/Gruntfile.js @@ -210,8 +210,6 @@ module.exports = function(grunt) { src: [ 'Drawings/Format/path-boolean-min.js', 'Charts/ChartStyles.js', - 'SmartArts/SmartArtData/*', - 'SmartArts/SmartArtDrawing/*', 'Images/*', 'Images/placeholders/*', 'Images/content_controls/*', diff --git a/common/Drawings/Format/Data.js b/common/Drawings/Format/Data.js index 5307aa3086..ed860817ae 100644 --- a/common/Drawings/Format/Data.js +++ b/common/Drawings/Format/Data.js @@ -7699,6 +7699,21 @@ Because of this, the display is sometimes not correct. pReader.IsFillingSmartArt = false; } + else if (oApi) + { + this.generateDefaultStructures(); + this.setSpPr(new AscFormat.CSpPr()); + this.spPr.setParent(this); + const smXfrm = new AscFormat.CXfrm(); + smXfrm.fillStandardSmartArtXfrm(); + this.spPr.setXfrm(smXfrm); + this.setBDeleted2(false); + this.x = smXfrm.offX; + this.y = smXfrm.offY; + this.extX = smXfrm.extX; + this.extY = smXfrm.extY; + this.drawing.setXfrmByParent(); + } return this; } diff --git a/common/SmartArts/SmartArtCache.js b/common/SmartArts/SmartArtCache.js index 6a30ebc313..e1f188fb49 100644 --- a/common/SmartArts/SmartArtCache.js +++ b/common/SmartArts/SmartArtCache.js @@ -207,6 +207,11 @@ const oThis = this; return new Promise(function (resolve) { + if (AscCommon.DISABLE_SMARTART_BINARY_DATA) + { + resolve(); + return; + } if (oThis.drawingBin.bin) { resolve(); @@ -254,6 +259,11 @@ const oThis = this; return new Promise(function (resolve) { + if (AscCommon.DISABLE_SMARTART_BINARY_DATA) + { + resolve(); + return; + } if (oThis.dataBin[nSmartArtType]) { resolve(); @@ -278,4 +288,5 @@ window["AscCommon"] = window.AscCommon = window["AscCommon"] || {}; window["AscCommon"].g_oBinarySmartArts = new CSmartArtBinCache(); + window["AscCommon"].DISABLE_SMARTART_BINARY_DATA = true; }(window)); diff --git a/common/SmartArts/SmartArtData/Accent_Process.bin b/common/SmartArts/SmartArtData/Accent_Process.bin deleted file mode 100644 index 33ba8270b3..0000000000 Binary files a/common/SmartArts/SmartArtData/Accent_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Accented_Picture.bin b/common/SmartArts/SmartArtData/Accented_Picture.bin deleted file mode 100644 index 49906720d8..0000000000 Binary files a/common/SmartArts/SmartArtData/Accented_Picture.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Alternating_Flow.bin b/common/SmartArts/SmartArtData/Alternating_Flow.bin deleted file mode 100644 index 6a9bf6d7ca..0000000000 Binary files a/common/SmartArts/SmartArtData/Alternating_Flow.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Alternating_Hexagons.bin b/common/SmartArts/SmartArtData/Alternating_Hexagons.bin deleted file mode 100644 index 1a5916419a..0000000000 Binary files a/common/SmartArts/SmartArtData/Alternating_Hexagons.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Alternating_Picture_Blocks.bin b/common/SmartArts/SmartArtData/Alternating_Picture_Blocks.bin deleted file mode 100644 index 240223e4d8..0000000000 Binary files a/common/SmartArts/SmartArtData/Alternating_Picture_Blocks.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Alternating_Picture_Circles.bin b/common/SmartArts/SmartArtData/Alternating_Picture_Circles.bin deleted file mode 100644 index 06a9f8f3c8..0000000000 Binary files a/common/SmartArts/SmartArtData/Alternating_Picture_Circles.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Architecture_Layout.bin b/common/SmartArts/SmartArtData/Architecture_Layout.bin deleted file mode 100644 index d5b2f2e547..0000000000 Binary files a/common/SmartArts/SmartArtData/Architecture_Layout.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Arrow_Ribbon.bin b/common/SmartArts/SmartArtData/Arrow_Ribbon.bin deleted file mode 100644 index 466f90653d..0000000000 Binary files a/common/SmartArts/SmartArtData/Arrow_Ribbon.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Ascending_Picture_Accent_Process.bin b/common/SmartArts/SmartArtData/Ascending_Picture_Accent_Process.bin deleted file mode 100644 index e70c8154bc..0000000000 Binary files a/common/SmartArts/SmartArtData/Ascending_Picture_Accent_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Balance.bin b/common/SmartArts/SmartArtData/Balance.bin deleted file mode 100644 index 9c2d518875..0000000000 Binary files a/common/SmartArts/SmartArtData/Balance.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Basic_Bending_Process.bin b/common/SmartArts/SmartArtData/Basic_Bending_Process.bin deleted file mode 100644 index e128c0f8f6..0000000000 Binary files a/common/SmartArts/SmartArtData/Basic_Bending_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Basic_Block_List.bin b/common/SmartArts/SmartArtData/Basic_Block_List.bin deleted file mode 100644 index a6687e467e..0000000000 Binary files a/common/SmartArts/SmartArtData/Basic_Block_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Basic_Chevron_Process.bin b/common/SmartArts/SmartArtData/Basic_Chevron_Process.bin deleted file mode 100644 index 51a57df9bc..0000000000 Binary files a/common/SmartArts/SmartArtData/Basic_Chevron_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Basic_Cycle.bin b/common/SmartArts/SmartArtData/Basic_Cycle.bin deleted file mode 100644 index 62c98da811..0000000000 Binary files a/common/SmartArts/SmartArtData/Basic_Cycle.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Basic_Matrix.bin b/common/SmartArts/SmartArtData/Basic_Matrix.bin deleted file mode 100644 index 9c05a7c5f1..0000000000 Binary files a/common/SmartArts/SmartArtData/Basic_Matrix.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Basic_Pie.bin b/common/SmartArts/SmartArtData/Basic_Pie.bin deleted file mode 100644 index 9965229322..0000000000 Binary files a/common/SmartArts/SmartArtData/Basic_Pie.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Basic_Process.bin b/common/SmartArts/SmartArtData/Basic_Process.bin deleted file mode 100644 index 3734d6f476..0000000000 Binary files a/common/SmartArts/SmartArtData/Basic_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Basic_Pyramid.bin b/common/SmartArts/SmartArtData/Basic_Pyramid.bin deleted file mode 100644 index e90af5498f..0000000000 Binary files a/common/SmartArts/SmartArtData/Basic_Pyramid.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Basic_Radial.bin b/common/SmartArts/SmartArtData/Basic_Radial.bin deleted file mode 100644 index b9df9ec5a2..0000000000 Binary files a/common/SmartArts/SmartArtData/Basic_Radial.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Basic_Target.bin b/common/SmartArts/SmartArtData/Basic_Target.bin deleted file mode 100644 index 32479512f1..0000000000 Binary files a/common/SmartArts/SmartArtData/Basic_Target.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Basic_Timeline.bin b/common/SmartArts/SmartArtData/Basic_Timeline.bin deleted file mode 100644 index f61e189aaa..0000000000 Binary files a/common/SmartArts/SmartArtData/Basic_Timeline.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Basic_Venn.bin b/common/SmartArts/SmartArtData/Basic_Venn.bin deleted file mode 100644 index 8417f6f8b4..0000000000 Binary files a/common/SmartArts/SmartArtData/Basic_Venn.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Bending_Picture_Accent_List.bin b/common/SmartArts/SmartArtData/Bending_Picture_Accent_List.bin deleted file mode 100644 index 21eb27e329..0000000000 Binary files a/common/SmartArts/SmartArtData/Bending_Picture_Accent_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Bending_Picture_Blocks.bin b/common/SmartArts/SmartArtData/Bending_Picture_Blocks.bin deleted file mode 100644 index 56a4d39dc5..0000000000 Binary files a/common/SmartArts/SmartArtData/Bending_Picture_Blocks.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Bending_Picture_Caption.bin b/common/SmartArts/SmartArtData/Bending_Picture_Caption.bin deleted file mode 100644 index a133c721e8..0000000000 Binary files a/common/SmartArts/SmartArtData/Bending_Picture_Caption.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Bending_Picture_Caption_List.bin b/common/SmartArts/SmartArtData/Bending_Picture_Caption_List.bin deleted file mode 100644 index 21f0c80b0d..0000000000 Binary files a/common/SmartArts/SmartArtData/Bending_Picture_Caption_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Bending_Picture_Semi-Transparent_Text.bin b/common/SmartArts/SmartArtData/Bending_Picture_Semi-Transparent_Text.bin deleted file mode 100644 index 6e6c2015f7..0000000000 Binary files a/common/SmartArts/SmartArtData/Bending_Picture_Semi-Transparent_Text.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Block_Cycle.bin b/common/SmartArts/SmartArtData/Block_Cycle.bin deleted file mode 100644 index 4da58c3502..0000000000 Binary files a/common/SmartArts/SmartArtData/Block_Cycle.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Bubble_Picture_List.bin b/common/SmartArts/SmartArtData/Bubble_Picture_List.bin deleted file mode 100644 index bca7b49c20..0000000000 Binary files a/common/SmartArts/SmartArtData/Bubble_Picture_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Captioned_Pictures.bin b/common/SmartArts/SmartArtData/Captioned_Pictures.bin deleted file mode 100644 index 7972926605..0000000000 Binary files a/common/SmartArts/SmartArtData/Captioned_Pictures.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Chevron_Accent_Process.bin b/common/SmartArts/SmartArtData/Chevron_Accent_Process.bin deleted file mode 100644 index afd0ac08ce..0000000000 Binary files a/common/SmartArts/SmartArtData/Chevron_Accent_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Chevron_List.bin b/common/SmartArts/SmartArtData/Chevron_List.bin deleted file mode 100644 index ef3682b9d6..0000000000 Binary files a/common/SmartArts/SmartArtData/Chevron_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Circle_Accent_Timeline.bin b/common/SmartArts/SmartArtData/Circle_Accent_Timeline.bin deleted file mode 100644 index d49fcc4f43..0000000000 Binary files a/common/SmartArts/SmartArtData/Circle_Accent_Timeline.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Circle_Arrow_Process.bin b/common/SmartArts/SmartArtData/Circle_Arrow_Process.bin deleted file mode 100644 index 7336475225..0000000000 Binary files a/common/SmartArts/SmartArtData/Circle_Arrow_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Circle_Picture_Hierarchy.bin b/common/SmartArts/SmartArtData/Circle_Picture_Hierarchy.bin deleted file mode 100644 index a79cc4d0e6..0000000000 Binary files a/common/SmartArts/SmartArtData/Circle_Picture_Hierarchy.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Circle_Process.bin b/common/SmartArts/SmartArtData/Circle_Process.bin deleted file mode 100644 index 1f7bc72798..0000000000 Binary files a/common/SmartArts/SmartArtData/Circle_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Circle_Relationship.bin b/common/SmartArts/SmartArtData/Circle_Relationship.bin deleted file mode 100644 index 4d21993a04..0000000000 Binary files a/common/SmartArts/SmartArtData/Circle_Relationship.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Circular_Bending_Process.bin b/common/SmartArts/SmartArtData/Circular_Bending_Process.bin deleted file mode 100644 index f6fa8ce97f..0000000000 Binary files a/common/SmartArts/SmartArtData/Circular_Bending_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Circular_Picture_Callout.bin b/common/SmartArts/SmartArtData/Circular_Picture_Callout.bin deleted file mode 100644 index 6729b01850..0000000000 Binary files a/common/SmartArts/SmartArtData/Circular_Picture_Callout.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Closed_Chevron_Process.bin b/common/SmartArts/SmartArtData/Closed_Chevron_Process.bin deleted file mode 100644 index b8e028434a..0000000000 Binary files a/common/SmartArts/SmartArtData/Closed_Chevron_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Continuous_Arrow_Process.bin b/common/SmartArts/SmartArtData/Continuous_Arrow_Process.bin deleted file mode 100644 index 6fcb40b525..0000000000 Binary files a/common/SmartArts/SmartArtData/Continuous_Arrow_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Continuous_Block_Process.bin b/common/SmartArts/SmartArtData/Continuous_Block_Process.bin deleted file mode 100644 index 4a9ffe254c..0000000000 Binary files a/common/SmartArts/SmartArtData/Continuous_Block_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Continuous_Cycle.bin b/common/SmartArts/SmartArtData/Continuous_Cycle.bin deleted file mode 100644 index 91477cbfd0..0000000000 Binary files a/common/SmartArts/SmartArtData/Continuous_Cycle.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Continuous_Picture_List.bin b/common/SmartArts/SmartArtData/Continuous_Picture_List.bin deleted file mode 100644 index 99e7ce802a..0000000000 Binary files a/common/SmartArts/SmartArtData/Continuous_Picture_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Converging_Arrows.bin b/common/SmartArts/SmartArtData/Converging_Arrows.bin deleted file mode 100644 index 2d3a9235e7..0000000000 Binary files a/common/SmartArts/SmartArtData/Converging_Arrows.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Converging_Radial.bin b/common/SmartArts/SmartArtData/Converging_Radial.bin deleted file mode 100644 index c6303a2846..0000000000 Binary files a/common/SmartArts/SmartArtData/Converging_Radial.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Converging_Text.bin b/common/SmartArts/SmartArtData/Converging_Text.bin deleted file mode 100644 index 3c49505b61..0000000000 Binary files a/common/SmartArts/SmartArtData/Converging_Text.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Counterbalance_Arrows.bin b/common/SmartArts/SmartArtData/Counterbalance_Arrows.bin deleted file mode 100644 index 25af44c4d5..0000000000 Binary files a/common/SmartArts/SmartArtData/Counterbalance_Arrows.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Cycle_Matrix.bin b/common/SmartArts/SmartArtData/Cycle_Matrix.bin deleted file mode 100644 index b7dbe5a3b6..0000000000 Binary files a/common/SmartArts/SmartArtData/Cycle_Matrix.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Descending_Block_List.bin b/common/SmartArts/SmartArtData/Descending_Block_List.bin deleted file mode 100644 index c0353be82b..0000000000 Binary files a/common/SmartArts/SmartArtData/Descending_Block_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Descending_Process.bin b/common/SmartArts/SmartArtData/Descending_Process.bin deleted file mode 100644 index de002d7973..0000000000 Binary files a/common/SmartArts/SmartArtData/Descending_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Detailed_Process.bin b/common/SmartArts/SmartArtData/Detailed_Process.bin deleted file mode 100644 index e1b1018a8d..0000000000 Binary files a/common/SmartArts/SmartArtData/Detailed_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Diverging_Arrows.bin b/common/SmartArts/SmartArtData/Diverging_Arrows.bin deleted file mode 100644 index 93532eb3da..0000000000 Binary files a/common/SmartArts/SmartArtData/Diverging_Arrows.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Diverging_Radial_.bin b/common/SmartArts/SmartArtData/Diverging_Radial_.bin deleted file mode 100644 index 89fe1ce7eb..0000000000 Binary files a/common/SmartArts/SmartArtData/Diverging_Radial_.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Equation.bin b/common/SmartArts/SmartArtData/Equation.bin deleted file mode 100644 index afe8eb3e20..0000000000 Binary files a/common/SmartArts/SmartArtData/Equation.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Framed_Text_Picture.bin b/common/SmartArts/SmartArtData/Framed_Text_Picture.bin deleted file mode 100644 index f6b8053346..0000000000 Binary files a/common/SmartArts/SmartArtData/Framed_Text_Picture.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Funnel.bin b/common/SmartArts/SmartArtData/Funnel.bin deleted file mode 100644 index 0082b6943b..0000000000 Binary files a/common/SmartArts/SmartArtData/Funnel.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Gear.bin b/common/SmartArts/SmartArtData/Gear.bin deleted file mode 100644 index e27c20c41a..0000000000 Binary files a/common/SmartArts/SmartArtData/Gear.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Grid_Matrix.bin b/common/SmartArts/SmartArtData/Grid_Matrix.bin deleted file mode 100644 index 54b0d178a0..0000000000 Binary files a/common/SmartArts/SmartArtData/Grid_Matrix.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Grouped_List.bin b/common/SmartArts/SmartArtData/Grouped_List.bin deleted file mode 100644 index 99866a7cf5..0000000000 Binary files a/common/SmartArts/SmartArtData/Grouped_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Half_Circle_Organization_Chart.bin b/common/SmartArts/SmartArtData/Half_Circle_Organization_Chart.bin deleted file mode 100644 index 36dc8fc029..0000000000 Binary files a/common/SmartArts/SmartArtData/Half_Circle_Organization_Chart.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Hexagon_Cluster.bin b/common/SmartArts/SmartArtData/Hexagon_Cluster.bin deleted file mode 100644 index 3060e6359a..0000000000 Binary files a/common/SmartArts/SmartArtData/Hexagon_Cluster.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Hexagon_Radial.bin b/common/SmartArts/SmartArtData/Hexagon_Radial.bin deleted file mode 100644 index bfa665dcf5..0000000000 Binary files a/common/SmartArts/SmartArtData/Hexagon_Radial.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Hierarchy.bin b/common/SmartArts/SmartArtData/Hierarchy.bin deleted file mode 100644 index 96ff5e3874..0000000000 Binary files a/common/SmartArts/SmartArtData/Hierarchy.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Hierarchy_List.bin b/common/SmartArts/SmartArtData/Hierarchy_List.bin deleted file mode 100644 index 12a9c93028..0000000000 Binary files a/common/SmartArts/SmartArtData/Hierarchy_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Horizontal_Bullet_List.bin b/common/SmartArts/SmartArtData/Horizontal_Bullet_List.bin deleted file mode 100644 index ec5e03c1a7..0000000000 Binary files a/common/SmartArts/SmartArtData/Horizontal_Bullet_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Horizontal_Hierarchy.bin b/common/SmartArts/SmartArtData/Horizontal_Hierarchy.bin deleted file mode 100644 index 2d30d643db..0000000000 Binary files a/common/SmartArts/SmartArtData/Horizontal_Hierarchy.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Horizontal_Labeled_Hierarchy.bin b/common/SmartArts/SmartArtData/Horizontal_Labeled_Hierarchy.bin deleted file mode 100644 index e2fffeec98..0000000000 Binary files a/common/SmartArts/SmartArtData/Horizontal_Labeled_Hierarchy.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Horizontal_Multi-Level_Hierarchy.bin b/common/SmartArts/SmartArtData/Horizontal_Multi-Level_Hierarchy.bin deleted file mode 100644 index fcdcec9b20..0000000000 Binary files a/common/SmartArts/SmartArtData/Horizontal_Multi-Level_Hierarchy.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Horizontal_Organization_Chart.bin b/common/SmartArts/SmartArtData/Horizontal_Organization_Chart.bin deleted file mode 100644 index f98de4f5b7..0000000000 Binary files a/common/SmartArts/SmartArtData/Horizontal_Organization_Chart.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Horizontal_Picture_List.bin b/common/SmartArts/SmartArtData/Horizontal_Picture_List.bin deleted file mode 100644 index 0bfb35cc69..0000000000 Binary files a/common/SmartArts/SmartArtData/Horizontal_Picture_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Increasing_Arrows_Process.bin b/common/SmartArts/SmartArtData/Increasing_Arrows_Process.bin deleted file mode 100644 index 1cc5c9c40a..0000000000 Binary files a/common/SmartArts/SmartArtData/Increasing_Arrows_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Increasing_Circle_Process.bin b/common/SmartArts/SmartArtData/Increasing_Circle_Process.bin deleted file mode 100644 index 71f7b6457a..0000000000 Binary files a/common/SmartArts/SmartArtData/Increasing_Circle_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Interconnected_Block_Process.bin b/common/SmartArts/SmartArtData/Interconnected_Block_Process.bin deleted file mode 100644 index 6d5bc61510..0000000000 Binary files a/common/SmartArts/SmartArtData/Interconnected_Block_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Interconnected_Rings.bin b/common/SmartArts/SmartArtData/Interconnected_Rings.bin deleted file mode 100644 index e64ab00064..0000000000 Binary files a/common/SmartArts/SmartArtData/Interconnected_Rings.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Inverted_Pyramid.bin b/common/SmartArts/SmartArtData/Inverted_Pyramid.bin deleted file mode 100644 index ac89d5c081..0000000000 Binary files a/common/SmartArts/SmartArtData/Inverted_Pyramid.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Labeled_Hierarchy.bin b/common/SmartArts/SmartArtData/Labeled_Hierarchy.bin deleted file mode 100644 index 966dc9603c..0000000000 Binary files a/common/SmartArts/SmartArtData/Labeled_Hierarchy.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Linear_Venn.bin b/common/SmartArts/SmartArtData/Linear_Venn.bin deleted file mode 100644 index 121ab667ce..0000000000 Binary files a/common/SmartArts/SmartArtData/Linear_Venn.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Lined_List.bin b/common/SmartArts/SmartArtData/Lined_List.bin deleted file mode 100644 index 9f699663d3..0000000000 Binary files a/common/SmartArts/SmartArtData/Lined_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Multidirectional_Cycle.bin b/common/SmartArts/SmartArtData/Multidirectional_Cycle.bin deleted file mode 100644 index 45708103d4..0000000000 Binary files a/common/SmartArts/SmartArtData/Multidirectional_Cycle.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Name_and_Title_Organization_Chart.bin b/common/SmartArts/SmartArtData/Name_and_Title_Organization_Chart.bin deleted file mode 100644 index 3df571333e..0000000000 Binary files a/common/SmartArts/SmartArtData/Name_and_Title_Organization_Chart.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Nested_Target.bin b/common/SmartArts/SmartArtData/Nested_Target.bin deleted file mode 100644 index f2dd906c38..0000000000 Binary files a/common/SmartArts/SmartArtData/Nested_Target.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Nondirectional_Cycle.bin b/common/SmartArts/SmartArtData/Nondirectional_Cycle.bin deleted file mode 100644 index 5a20c34a79..0000000000 Binary files a/common/SmartArts/SmartArtData/Nondirectional_Cycle.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Opposing_Arrows.bin b/common/SmartArts/SmartArtData/Opposing_Arrows.bin deleted file mode 100644 index 7fea44585e..0000000000 Binary files a/common/SmartArts/SmartArtData/Opposing_Arrows.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Opposing_Ideas.bin b/common/SmartArts/SmartArtData/Opposing_Ideas.bin deleted file mode 100644 index b21b6ff39c..0000000000 Binary files a/common/SmartArts/SmartArtData/Opposing_Ideas.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Organization_Chart.bin b/common/SmartArts/SmartArtData/Organization_Chart.bin deleted file mode 100644 index a8762fbcb0..0000000000 Binary files a/common/SmartArts/SmartArtData/Organization_Chart.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Phased_Process.bin b/common/SmartArts/SmartArtData/Phased_Process.bin deleted file mode 100644 index 3cc058d095..0000000000 Binary files a/common/SmartArts/SmartArtData/Phased_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Picture_Accent_Blocks.bin b/common/SmartArts/SmartArtData/Picture_Accent_Blocks.bin deleted file mode 100644 index 9d16005694..0000000000 Binary files a/common/SmartArts/SmartArtData/Picture_Accent_Blocks.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Picture_Accent_List.bin b/common/SmartArts/SmartArtData/Picture_Accent_List.bin deleted file mode 100644 index 85c632e456..0000000000 Binary files a/common/SmartArts/SmartArtData/Picture_Accent_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Picture_Accent_Process.bin b/common/SmartArts/SmartArtData/Picture_Accent_Process.bin deleted file mode 100644 index 04ae4b7ec9..0000000000 Binary files a/common/SmartArts/SmartArtData/Picture_Accent_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Picture_Caption_List.bin b/common/SmartArts/SmartArtData/Picture_Caption_List.bin deleted file mode 100644 index 978a3fcd2c..0000000000 Binary files a/common/SmartArts/SmartArtData/Picture_Caption_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Picture_Frame.bin b/common/SmartArts/SmartArtData/Picture_Frame.bin deleted file mode 100644 index 6e7bf0d5f9..0000000000 Binary files a/common/SmartArts/SmartArtData/Picture_Frame.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Picture_Grid.bin b/common/SmartArts/SmartArtData/Picture_Grid.bin deleted file mode 100644 index 520e3d398e..0000000000 Binary files a/common/SmartArts/SmartArtData/Picture_Grid.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Picture_Lineup.bin b/common/SmartArts/SmartArtData/Picture_Lineup.bin deleted file mode 100644 index 45a49b9897..0000000000 Binary files a/common/SmartArts/SmartArtData/Picture_Lineup.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Picture_Organization_Chart.bin b/common/SmartArts/SmartArtData/Picture_Organization_Chart.bin deleted file mode 100644 index 92377debc0..0000000000 Binary files a/common/SmartArts/SmartArtData/Picture_Organization_Chart.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Picture_Strips.bin b/common/SmartArts/SmartArtData/Picture_Strips.bin deleted file mode 100644 index a28f820949..0000000000 Binary files a/common/SmartArts/SmartArtData/Picture_Strips.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Pie_Process.bin b/common/SmartArts/SmartArtData/Pie_Process.bin deleted file mode 100644 index 624cb218b1..0000000000 Binary files a/common/SmartArts/SmartArtData/Pie_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Plus_and_Minus.bin b/common/SmartArts/SmartArtData/Plus_and_Minus.bin deleted file mode 100644 index 6087f94a9e..0000000000 Binary files a/common/SmartArts/SmartArtData/Plus_and_Minus.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Process_Arrows.bin b/common/SmartArts/SmartArtData/Process_Arrows.bin deleted file mode 100644 index baded80654..0000000000 Binary files a/common/SmartArts/SmartArtData/Process_Arrows.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Process_List.bin b/common/SmartArts/SmartArtData/Process_List.bin deleted file mode 100644 index 7d1bb02376..0000000000 Binary files a/common/SmartArts/SmartArtData/Process_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Pyramid_List.bin b/common/SmartArts/SmartArtData/Pyramid_List.bin deleted file mode 100644 index 2b0b9e5072..0000000000 Binary files a/common/SmartArts/SmartArtData/Pyramid_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Radial_Cluster.bin b/common/SmartArts/SmartArtData/Radial_Cluster.bin deleted file mode 100644 index ecb5929ddf..0000000000 Binary files a/common/SmartArts/SmartArtData/Radial_Cluster.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Radial_Cycle.bin b/common/SmartArts/SmartArtData/Radial_Cycle.bin deleted file mode 100644 index a11c4d4ed9..0000000000 Binary files a/common/SmartArts/SmartArtData/Radial_Cycle.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Radial_List.bin b/common/SmartArts/SmartArtData/Radial_List.bin deleted file mode 100644 index f92b5baea7..0000000000 Binary files a/common/SmartArts/SmartArtData/Radial_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Radial_Picture_List.bin b/common/SmartArts/SmartArtData/Radial_Picture_List.bin deleted file mode 100644 index 201fc06467..0000000000 Binary files a/common/SmartArts/SmartArtData/Radial_Picture_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Radial_Venn.bin b/common/SmartArts/SmartArtData/Radial_Venn.bin deleted file mode 100644 index 70b35bbf84..0000000000 Binary files a/common/SmartArts/SmartArtData/Radial_Venn.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Random_to_Result_Process.bin b/common/SmartArts/SmartArtData/Random_to_Result_Process.bin deleted file mode 100644 index 75453642d1..0000000000 Binary files a/common/SmartArts/SmartArtData/Random_to_Result_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Repeating_Bending_Process.bin b/common/SmartArts/SmartArtData/Repeating_Bending_Process.bin deleted file mode 100644 index c00b22e74f..0000000000 Binary files a/common/SmartArts/SmartArtData/Repeating_Bending_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Reverse_List.bin b/common/SmartArts/SmartArtData/Reverse_List.bin deleted file mode 100644 index decfc79b91..0000000000 Binary files a/common/SmartArts/SmartArtData/Reverse_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Segmented_Cycle.bin b/common/SmartArts/SmartArtData/Segmented_Cycle.bin deleted file mode 100644 index e449b58a10..0000000000 Binary files a/common/SmartArts/SmartArtData/Segmented_Cycle.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Segmented_Process.bin b/common/SmartArts/SmartArtData/Segmented_Process.bin deleted file mode 100644 index e917287022..0000000000 Binary files a/common/SmartArts/SmartArtData/Segmented_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Segmented_Pyramid.bin b/common/SmartArts/SmartArtData/Segmented_Pyramid.bin deleted file mode 100644 index 74c0b94467..0000000000 Binary files a/common/SmartArts/SmartArtData/Segmented_Pyramid.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Snapshot_Picture_List.bin b/common/SmartArts/SmartArtData/Snapshot_Picture_List.bin deleted file mode 100644 index d90e07e0a5..0000000000 Binary files a/common/SmartArts/SmartArtData/Snapshot_Picture_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Spiral_Picture.bin b/common/SmartArts/SmartArtData/Spiral_Picture.bin deleted file mode 100644 index 35b999d49c..0000000000 Binary files a/common/SmartArts/SmartArtData/Spiral_Picture.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Square_Accent_List.bin b/common/SmartArts/SmartArtData/Square_Accent_List.bin deleted file mode 100644 index acce5fb0f7..0000000000 Binary files a/common/SmartArts/SmartArtData/Square_Accent_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Stacked_List.bin b/common/SmartArts/SmartArtData/Stacked_List.bin deleted file mode 100644 index 66554e6ef3..0000000000 Binary files a/common/SmartArts/SmartArtData/Stacked_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Stacked_Venn.bin b/common/SmartArts/SmartArtData/Stacked_Venn.bin deleted file mode 100644 index c2810a7374..0000000000 Binary files a/common/SmartArts/SmartArtData/Stacked_Venn.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Staggered_Process.bin b/common/SmartArts/SmartArtData/Staggered_Process.bin deleted file mode 100644 index 681fd8a8ab..0000000000 Binary files a/common/SmartArts/SmartArtData/Staggered_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Step_Down_Process.bin b/common/SmartArts/SmartArtData/Step_Down_Process.bin deleted file mode 100644 index 3c1993fd9a..0000000000 Binary files a/common/SmartArts/SmartArtData/Step_Down_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Step_Up_Process.bin b/common/SmartArts/SmartArtData/Step_Up_Process.bin deleted file mode 100644 index 9ff3311182..0000000000 Binary files a/common/SmartArts/SmartArtData/Step_Up_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Sub-Step_Process.bin b/common/SmartArts/SmartArtData/Sub-Step_Process.bin deleted file mode 100644 index 4588caa23a..0000000000 Binary files a/common/SmartArts/SmartArtData/Sub-Step_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Tab_List.bin b/common/SmartArts/SmartArtData/Tab_List.bin deleted file mode 100644 index c3c6c4f685..0000000000 Binary files a/common/SmartArts/SmartArtData/Tab_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Tabbed_Arc.bin b/common/SmartArts/SmartArtData/Tabbed_Arc.bin deleted file mode 100644 index d2f588a2b3..0000000000 Binary files a/common/SmartArts/SmartArtData/Tabbed_Arc.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Table_Hierarchy.bin b/common/SmartArts/SmartArtData/Table_Hierarchy.bin deleted file mode 100644 index 59f7c30141..0000000000 Binary files a/common/SmartArts/SmartArtData/Table_Hierarchy.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Table_List.bin b/common/SmartArts/SmartArtData/Table_List.bin deleted file mode 100644 index 2862eae20c..0000000000 Binary files a/common/SmartArts/SmartArtData/Table_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Target_List.bin b/common/SmartArts/SmartArtData/Target_List.bin deleted file mode 100644 index 21db034fc1..0000000000 Binary files a/common/SmartArts/SmartArtData/Target_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Text_Cycle.bin b/common/SmartArts/SmartArtData/Text_Cycle.bin deleted file mode 100644 index 453e172c60..0000000000 Binary files a/common/SmartArts/SmartArtData/Text_Cycle.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Theme_Picture_Accent.bin b/common/SmartArts/SmartArtData/Theme_Picture_Accent.bin deleted file mode 100644 index 2135f5b709..0000000000 Binary files a/common/SmartArts/SmartArtData/Theme_Picture_Accent.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Theme_Picture_Alternating_Accent.bin b/common/SmartArts/SmartArtData/Theme_Picture_Alternating_Accent.bin deleted file mode 100644 index 268e405d4e..0000000000 Binary files a/common/SmartArts/SmartArtData/Theme_Picture_Alternating_Accent.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Theme_Picture_Grid.bin b/common/SmartArts/SmartArtData/Theme_Picture_Grid.bin deleted file mode 100644 index 5f9bd83c0a..0000000000 Binary files a/common/SmartArts/SmartArtData/Theme_Picture_Grid.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Title_Picture_Lineup.bin b/common/SmartArts/SmartArtData/Title_Picture_Lineup.bin deleted file mode 100644 index b900b3a991..0000000000 Binary files a/common/SmartArts/SmartArtData/Title_Picture_Lineup.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Titled_Matrix.bin b/common/SmartArts/SmartArtData/Titled_Matrix.bin deleted file mode 100644 index 780c1f3d3e..0000000000 Binary files a/common/SmartArts/SmartArtData/Titled_Matrix.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Titled_Picture_Accent_List.bin b/common/SmartArts/SmartArtData/Titled_Picture_Accent_List.bin deleted file mode 100644 index 190b422720..0000000000 Binary files a/common/SmartArts/SmartArtData/Titled_Picture_Accent_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Titled_Picture_Blocks.bin b/common/SmartArts/SmartArtData/Titled_Picture_Blocks.bin deleted file mode 100644 index 2926ef35a8..0000000000 Binary files a/common/SmartArts/SmartArtData/Titled_Picture_Blocks.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Trapezoid_List.bin b/common/SmartArts/SmartArtData/Trapezoid_List.bin deleted file mode 100644 index d9ac06715a..0000000000 Binary files a/common/SmartArts/SmartArtData/Trapezoid_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Upward_Arrow.bin b/common/SmartArts/SmartArtData/Upward_Arrow.bin deleted file mode 100644 index 8a3e86dfd3..0000000000 Binary files a/common/SmartArts/SmartArtData/Upward_Arrow.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Varying_Width_List.bin b/common/SmartArts/SmartArtData/Varying_Width_List.bin deleted file mode 100644 index a809623b93..0000000000 Binary files a/common/SmartArts/SmartArtData/Varying_Width_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Vertical_Accent_List.bin b/common/SmartArts/SmartArtData/Vertical_Accent_List.bin deleted file mode 100644 index bc3deea77f..0000000000 Binary files a/common/SmartArts/SmartArtData/Vertical_Accent_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Vertical_Arrow_List.bin b/common/SmartArts/SmartArtData/Vertical_Arrow_List.bin deleted file mode 100644 index 0f413301fc..0000000000 Binary files a/common/SmartArts/SmartArtData/Vertical_Arrow_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Vertical_Bending_Process.bin b/common/SmartArts/SmartArtData/Vertical_Bending_Process.bin deleted file mode 100644 index e0765fee65..0000000000 Binary files a/common/SmartArts/SmartArtData/Vertical_Bending_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Vertical_Block_List.bin b/common/SmartArts/SmartArtData/Vertical_Block_List.bin deleted file mode 100644 index 35df4d225a..0000000000 Binary files a/common/SmartArts/SmartArtData/Vertical_Block_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Vertical_Box_List.bin b/common/SmartArts/SmartArtData/Vertical_Box_List.bin deleted file mode 100644 index 91fe0c5237..0000000000 Binary files a/common/SmartArts/SmartArtData/Vertical_Box_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Vertical_Bracket_List.bin b/common/SmartArts/SmartArtData/Vertical_Bracket_List.bin deleted file mode 100644 index 75c9729ee1..0000000000 Binary files a/common/SmartArts/SmartArtData/Vertical_Bracket_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Vertical_Bullet_List.bin b/common/SmartArts/SmartArtData/Vertical_Bullet_List.bin deleted file mode 100644 index 994baad75c..0000000000 Binary files a/common/SmartArts/SmartArtData/Vertical_Bullet_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Vertical_Chevron_List.bin b/common/SmartArts/SmartArtData/Vertical_Chevron_List.bin deleted file mode 100644 index 172360ff5f..0000000000 Binary files a/common/SmartArts/SmartArtData/Vertical_Chevron_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Vertical_Circle_List.bin b/common/SmartArts/SmartArtData/Vertical_Circle_List.bin deleted file mode 100644 index c67732ba5d..0000000000 Binary files a/common/SmartArts/SmartArtData/Vertical_Circle_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Vertical_Curved_List.bin b/common/SmartArts/SmartArtData/Vertical_Curved_List.bin deleted file mode 100644 index 439407e740..0000000000 Binary files a/common/SmartArts/SmartArtData/Vertical_Curved_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Vertical_Equation.bin b/common/SmartArts/SmartArtData/Vertical_Equation.bin deleted file mode 100644 index 178b75b8e6..0000000000 Binary files a/common/SmartArts/SmartArtData/Vertical_Equation.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Vertical_Picture_Accent_List.bin b/common/SmartArts/SmartArtData/Vertical_Picture_Accent_List.bin deleted file mode 100644 index 2faa3d8fe3..0000000000 Binary files a/common/SmartArts/SmartArtData/Vertical_Picture_Accent_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Vertical_Picture_List.bin b/common/SmartArts/SmartArtData/Vertical_Picture_List.bin deleted file mode 100644 index ce47d329da..0000000000 Binary files a/common/SmartArts/SmartArtData/Vertical_Picture_List.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtData/Vertical_Process.bin b/common/SmartArts/SmartArtData/Vertical_Process.bin deleted file mode 100644 index b122ffd7bf..0000000000 Binary files a/common/SmartArts/SmartArtData/Vertical_Process.bin and /dev/null differ diff --git a/common/SmartArts/SmartArtDrawing/SmartArtDrawings.bin b/common/SmartArts/SmartArtDrawing/SmartArtDrawings.bin deleted file mode 100644 index f751d759bb..0000000000 Binary files a/common/SmartArts/SmartArtDrawing/SmartArtDrawings.bin and /dev/null differ