oovm / WolframFunctionRepository

Wolfram Function Repository Issue Tracer
https://resources.wolframcloud.com/FunctionRepository/search/?i=Aster
Mozilla Public License 2.0
11 stars 1 forks source link

Does `EdgeThickness` have to be rational in Random Mondrian? #1

Open kenkangxgwe opened 4 years ago

kenkangxgwe commented 4 years ago

The first one below gives no border

ResourceFunction["RandomMondrian"][EdgeThickness -> Thickness[1/200 // N], EdgeColor -> Black]
ResourceFunction["RandomMondrian"][EdgeThickness -> Thickness[1/200], EdgeColor -> Black]

If that's the case, worth noting it in the documentation.

oovm commented 4 years ago

Thickness[1/200 // N] 是非预期行为, 而且应该是个 bug

kenkangxgwe commented 4 years ago

Okay, 另外可以加个选项把填充的边框去掉吗?

oovm commented 4 years ago

EdgeThickness -> Thickness[0] 这种吗

kenkangxgwe commented 4 years ago

外边框 image // ImagePad[#, -20] &