Matt Conway

Results 2 comments of Matt Conway

@haplokuon I'm having trouble with Insert Exploding ([following this link about iterating nested blocks](https://github.com/haplokuon/netDxf/issues/133)), when I explode my Insert, it only returns 159 Line objects, when there should be over...

Adding the following code in the VertexGradientPlugin class, fixed it for me ``` public override void SetFrom(TweenerCore t, VertexGradient vg, bool isRelative) { var prevEndVal = t.endValue; t.endValue = t.getter();...