jingwood / d2dlib

A .NET library for hardware-accelerated, high performance, immediate mode rendering via Direct2D.
MIT License
234 stars 40 forks source link

fix issue #98 #100

Open MarkhusGenferei opened 1 year ago

MarkhusGenferei commented 1 year ago

fix issue #98 by replacing ID2D1PathGeometry by D2DGeometryContext where appropriate in Geometry.cpp and renamed arguments accordingly, also in Geometry.h

Please discard changes in other files. I'm new to github and did not find how to exclude them from this PR.