]> O.S.I.I.S - jp/crow.git/commitdiff
update vkvg.net 0.7.0-bata
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 21 Jul 2022 15:23:44 +0000 (17:23 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 21 Jul 2022 15:23:44 +0000 (17:23 +0200)
Backends/CairoBackend/src/ImageBackend.cs
Backends/VkvgBackend/Crow.VkvgBackend.csproj
Crow/Crow.csproj
Crow/src/Widgets/Label.cs
Directory.Build.props
Drawing2D/Drawing2D.csproj

index 97b61e24e2b089834e46cd781fcb8c509ed1990b..3f59578bf2f116f86663e6c3c28db2ab40b2316a 100644 (file)
@@ -75,13 +75,8 @@ namespace Crow.CairoBackend
                }
                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);
index b6fbb00400f5b644d2ce75e843dc4c3ef6e1bbf9..54a441985e76823f9c07e9c9279bdb95ec311714 100644 (file)
@@ -15,7 +15,7 @@
 
   <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>
 
index 9a4b1b00f1c10d0cdf6bd82b29e4b27e5d4a94f6..f73c69e879f10197cfd680f375a7a28d531851cb 100644 (file)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Project Sdk="Microsoft.NET.Sdk">
        <PropertyGroup>
-<!--           <TargetFrameworks>netstandard2.0</TargetFrameworks>-->
                <TargetFramework>netcoreapp3.1</TargetFramework>
 
                <AssemblyVersion>$(CrowVersion)</AssemblyVersion>
index 330cbe55b4969a29cd98e4fe0e7921aa9345b863..f5b4fb1c039838fd463acb9630ce2c73d00c9e24 100644 (file)
@@ -554,9 +554,9 @@ namespace Crow
                                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);
index d674fd6ea391adc003747c43d045db4129690b50..8eb02d30ae8ebcdb2509403bfbdb873f8fca7035 100644 (file)
@@ -1,12 +1,11 @@
 <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
index 208fa632eab129fe6382caec1940b133af8a9eee..b126ddff489c2978d9c05801c09eb550107029d6 100644 (file)
@@ -4,7 +4,7 @@
                <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>