From 35ee57215117f8eb0ba77e859a15bd1614bb797c Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Thu, 22 Mar 2018 09:10:38 -0400 Subject: [PATCH] typos in dox --- nanovega.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nanovega.d b/nanovega.d index 0cd1a29..b208825 100644 --- a/nanovega.d +++ b/nanovega.d @@ -391,11 +391,11 @@ The following code illustrates the OpenGL state touched by the rendering code: You can "untransform" picking coordinates before checking with [gpuUntransformPoint]. $(WARNING Picking API completely ignores clipping. If you want to check for - clip regions, you have to manuall register them as fill/stroke paths, + clip regions, you have to manually register them as fill/stroke paths, and perform the necessary logic. See [hitTestForId] function.) clipping = - ## Cliping with paths + ## Clipping with paths If scissoring is not enough for you, you can clip rendering with arbitrary path, or with combination of paths. Clip region is saved by [save] and restored by