struct Protocol::DOM::ShapeOutsideInfo

Overview

CSS Shape Outside details.

Included Modules

Defined in:

protocol/dom.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bounds : Quad #

Shape bounds


[View source]
def margin_shape : Array(JSON::Any) #

Margin shape bounds


[View source]
def shape : Array(JSON::Any) #

Shape coordinate details


[View source]