}
public override void FlushUIFrame(IContext ctx)
{
- //clear (ctx);
ctx.PopGroupToSource ();
- //ctx.Save();
- //ctx.Operator = Operator.Source;
ctx.Paint ();
- //ctx.Restore();
-
surf.Flush ();
base.FlushUIFrame (ctx);
<ItemGroup>
<PackageReference Include="vke" Version="0.2.0-beta" />
- <PackageReference Include="vkvg.net" Version="0.6.0-beta" />
+ <PackageReference Include="vkvg.net" Version="0.7.0-beta" />
<ProjectReference Include="..\..\Drawing2D\Drawing2D.csproj" />
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
-<!-- <TargetFrameworks>netstandard2.0</TargetFrameworks>-->
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyVersion>$(CrowVersion)</AssemblyVersion>
rect = default;
return false;
}
- //}
+
Rectangle c = ScreenCoordinates (textCursor.Value + Slot.Position + ClientRectangle.Position);
- ctx.ResetClip ();
+ ctx.ResetClip();
Foreground.SetAsSource (IFace, ctx, c);
ctx.LineWidth = 1.0;
ctx.MoveTo (0.5 + c.X, c.Y);
<Project>
<PropertyGroup>
<OutputPath>$(SolutionDir)build\$(Configuration)\</OutputPath>
- <IntermediateOutputPath>$(SolutionDir)build\obj\$(Configuration)\</IntermediateOutputPath>
<License>MIT</License>
<Authors>Jean-Philippe Bruyère</Authors>
<LangVersion>7.3</LangVersion>
- <CrowVersion>1.0.1</CrowVersion>
+ <CrowVersion>1.1.0</CrowVersion>
<CrowPackageVersion>$(CrowVersion)-beta</CrowPackageVersion>
<!-- If you dont have a native libstb on your system, enable the managed version of stb here
<TargetFramework>netstandard2.1</TargetFramework>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
- <AssemblyVersion>1.1.0</AssemblyVersion>
+ <AssemblyVersion>1.2.0</AssemblyVersion>
<PackageVersion>$(AssemblyVersion)-beta</PackageVersion>
<Title>Drawing 2D Library</Title>