Implement input/textarea/select element rendering

This commit is contained in:
Niklas von Hertzen
2017-08-05 00:00:17 +08:00
parent adb1f50f00
commit 56b3b6df27
12 changed files with 275 additions and 66 deletions

View File

@@ -6,8 +6,8 @@ import type ImageLoader, {ImageElement} from '../ImageLoader';
import Color from '../Color';
import Length from '../Length';
import Size from '../Size';
import Vector from '../Vector';
import Size from '../drawing/Size';
import Vector from '../drawing/Vector';
import {calculateBorderBoxPath, calculatePaddingBoxPath} from '../Bounds';
export type Background = {